VsaEngineClass.IsRunning 属性

定义

获取一个值,该值指示脚本引擎当前是否处于运行模式。Gets a value that indicates whether the script engine is currently in run mode.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property bool IsRunning { bool get(); };
public virtual bool IsRunning { get; }
member this.IsRunning : bool
Public Overridable ReadOnly Property IsRunning As Boolean

属性值

Boolean

true 如果脚本引擎正在运行,则为;否则为 falsetrue if the script engine is running; otherwise, false. 此属性的默认值为 falseThe default value for this property is false.

实现

适用于