ActivityExecutionStatus 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
実行中のワークフロー インスタンス内で、アクティビティのライフ サイクルに対応するアクティビティ状態の列挙値。
public enum class ActivityExecutionStatus
public enum ActivityExecutionStatus
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum ActivityExecutionStatus
type ActivityExecutionStatus =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionStatus =
Public Enum ActivityExecutionStatus
- 継承
- 属性
フィールド
Canceling | 2 | アクティビティが取り消されているときの状態を表します。 |
Closed | 3 | アクティビティが終了したときの状態を表します。 |
Compensating | 4 | アクティビティを補正しているときの状態を表します。 |
Executing | 1 | アクティビティを実行しているときの状態を表します。 |
Faulting | 5 | アクティビティでエラーが発生しているときの状態を表します。 |
Initialized | 0 | アクティビティが初期化処理中であることを表します。 |
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
状態は、ワークフロー インスタンス内の Activity インスタンスの現在の状態を表します。