ITaskFormState.ExecutionState Propiedad

Definición

Obtiene o establece el último estado de ejecución; Nulo significa que no hay errores.

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

Valor de propiedad

El estado de la última ejecución.

Se aplica a