WorkflowRuntimeEventArgs.IsStarted 屬性

定義

會得到一個值,表示工作流程執行時引擎是否正在運行。

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

屬性值

true如果工作流程執行引擎正在運行;否則,。 false

備註

IsStartedtrue 事件值 WorkflowRuntime.Started ,為假 WorkflowRuntime.Stopped 值。

適用於