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

屬性值

最後一次處決的狀態。

適用於