BaseVsaEngine.IsRunning 属性
定义
获取一个值,该值指示引擎当前是否处于运行模式。Gets a value that indicates whether the engine is currently in run mode.
public:
property bool IsRunning { bool get(); };
public bool IsRunning { get; }
member this.IsRunning : bool
Public ReadOnly Property IsRunning As Boolean
属性值
如果引擎处于运行模式,则为 true;否则为 false。true if the engine is in run mode; otherwise, false.