Share via


ITaskFormState.ExecutionState Property

Definition

Gets or sets the last execution state; null means there are no errors.

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

Property Value

The status of the last execution.

Applies to