ActivityExecutionResult 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Activity が ActivityExecutionStatus である Closed について、Closed になる直前の状態を表します。
public enum class ActivityExecutionResult
public enum ActivityExecutionResult
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum ActivityExecutionResult
type ActivityExecutionResult =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionResult =
Public Enum ActivityExecutionResult
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| Canceled | 2 | アクティビティはキャンセル状態からクローズド状態に遷移しました。 |
| Compensated | 3 | アクティビティは補正状態からクローズド状態に遷移しました。 |
| Faulted | 4 | アクティビティはフォールト状態からクローズド状態に遷移しました。 |
| None | 0 | アクティビティは Closed 状態にありません。 |
| Succeeded | 1 | アクティビティは実行中の状態からクローズド状態に遷移しました。 |
| Uninitialized | 5 | アクティビティは初期化状態からクローズド状態に遷移しました。 |
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
ワークフロー インスタンス内の Activity の、最終的な状態を表す値。 アクティビティとエンジンのコントラクトにより決まる、アクティビティ状態図に基づく値です。
None が System.Workflow.ComponentModel.ActivityExecutionStatus でないアクティビティには ActivityExecutionStatus.Closed しか設定できません。