共用方式為


TaskExecutionResult Enum

Definition

The result of task execution.

public enum TaskExecutionResult
type TaskExecutionResult = 
Public Enum TaskExecutionResult
Inheritance
TaskExecutionResult

Fields

Name Value Description
Success 0

The task ran successfully.

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.

Applies to