共用方式為


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.StartedWorkflowRuntime.Stopped 事件的則為 false。

適用於