Share via


ClusterJob.JobState Property

Definition

Gets or sets possible values include: 'Created', 'Starting', 'Running', 'Stopping', 'Stopped', 'Deleting', 'Failed', 'Degraded', 'Restarting', 'Scaling'

[Newtonsoft.Json.JsonProperty(PropertyName="jobState")]
public string JobState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobState")>]
member this.JobState : string with get, set
Public Property JobState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to