ITaskFormState.ExecutionState プロパティ

定義

前回の実行状態を取得または設定します。null は、エラーがないことを示します。

public:
 property Exception ^ ExecutionState { Exception ^ get(); void set(Exception ^ value); };
public Exception ExecutionState { get; set; }
member this.ExecutionState : Exception with get, set
Public Property ExecutionState As Exception

プロパティ値

前回の実行の状態。

適用対象