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
属性

フィールド

Started 2

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

Starting 1

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

Stopped 0

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

Stopping 3

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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

適用対象