WorkflowRuntimeEventArgs.IsStarted 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,指示工作流运行时引擎是否处于运行状态。
public:
property bool IsStarted { bool get(); };
public bool IsStarted { get; }
member this.IsStarted : bool
Public ReadOnly Property IsStarted As Boolean
属性值
如果工作流运行时引擎处于运行状态,则为 true
;否则为 false
。
注解
对于 IsStarted 事件,true
为 WorkflowRuntime.Started,对于 WorkflowRuntime.Stopped 事件为 false。