TaskExecutionResult Enum

Definition

The result of task execution.

public enum TaskExecutionResult
type TaskExecutionResult = 
Public Enum TaskExecutionResult
Inheritance
TaskExecutionResult

Fields

Failure 1

There was an error during processing of the task. The failure may have occurred before the task process was launched, while the task process was executing, or after the task process exited.

Success 0

The task ran successfully.

Applies to