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

속성 값

마지막 실행의 상태입니다.

적용 대상