JobExecution.Lifecycle Property

Definition

Gets the detailed state of the job execution. Possible values include: 'Created', 'InProgress', 'WaitingForChildJobExecutions', 'WaitingForRetry', 'Succeeded', 'SucceededWithSkipped', 'Failed', 'TimedOut', 'Canceled', 'Skipped'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lifecycle")]
public string Lifecycle { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lifecycle")>]
member this.Lifecycle : string
Public ReadOnly Property Lifecycle As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to