WorkflowRuntime.IsStarted 屬性

定義

會獲得一個值,表示工作流程執行時引擎是否已啟動。

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

屬性值

true如果工作流程執行時引擎已經啟動;否則,。 false 預設值為 false

備註

IsStarted 表示執行時引擎服務正在執行。 IsStarted 直到 false 主持人呼叫 StartRuntime。 直到主機呼叫 true為止。StopRuntime

Note

你無法在工作流程執行引擎運行時新增核心服務。 核心服務是由類別WorkflowSchedulerService、類別、DefaultWorkflowCommitWorkBatchServiceWorkflowPersistenceService類別和類別衍生而來TrackingService的服務。

適用於