Job.State Property

Definition

Gets the current state of the job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to