WorkflowRuntime.IsStarted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會獲得一個值,表示工作流程執行時引擎是否已啟動。
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的服務。