WorkflowRuntimeServiceState 列挙型

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

WorkflowRuntimeServiceの状態を指定します。

public enum class WorkflowRuntimeServiceState
public enum WorkflowRuntimeServiceState
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum WorkflowRuntimeServiceState
type WorkflowRuntimeServiceState = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceState = 
Public Enum WorkflowRuntimeServiceState
継承
WorkflowRuntimeServiceState
属性

フィールド

名前 説明
Stopped 0

WorkflowRuntimeServiceが停止したことを示します。

Starting 1

WorkflowRuntimeServiceが開始されていることを示します。 Start() は、 WorkflowRuntimeService の状態を Startingに変更します。

Started 2

WorkflowRuntimeServiceが開始されたことを示します。

Stopping 3

WorkflowRuntimeServiceが停止していることを示します。 Stop() は、 WorkflowRuntimeService の状態を Stoppingに変更します。

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

適用対象