JobInformation.State Property

Definition

Gets the job state. When the job is in the Ended state, refer to Result and ErrorMessage for details. Possible values include: 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity'

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.JobState? State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.JobState>
Public ReadOnly Property State As Nullable(Of JobState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to