WorkflowRuntimeEventArgs.IsStarted 属性

定义

获取一个值,指示工作流运行时引擎是否处于运行状态。

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

属性值

如果工作流运行时引擎处于运行状态,则为 true;否则为 false

注解

对于 IsStarted 事件,trueWorkflowRuntime.Started,对于 WorkflowRuntime.Stopped 事件为 false。

适用于