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。

适用于