WorkflowInstance.WorkflowInstanceControl.State プロパティ

定義

WorkflowInstance の状態を取得します。

public:
 property System::Activities::Hosting::WorkflowInstanceState State { System::Activities::Hosting::WorkflowInstanceState get(); };
public System.Activities.Hosting.WorkflowInstanceState State { get; }
member this.State : System.Activities.Hosting.WorkflowInstanceState
Public ReadOnly Property State As WorkflowInstanceState

プロパティ値

WorkflowInstanceState

WorkflowInstance の状態を指定する列挙値の 1 つ。

適用対象