StartTaskState Enum

Definition

Defines values for StartTaskState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum StartTaskState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type StartTaskState = 
Public Enum StartTaskState
Inheritance
StartTaskState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Completed 1

The StartTask has exited with exit code 0, or the StartTask has failed and the retry limit has reached, or the StartTask process did not run due to Task preparation errors (such as resource file download failures).

Running 0

The StartTask is currently running.

Applies to