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

属性值

最后执行的状态。

适用于