Delen via


JobReleaseTaskExecutionInformation.State Property

Definition

Gets or sets the current state of the Job Release Task on the Compute Node.

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Batch.Protocol.Models.JobReleaseTaskState State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Microsoft.Azure.Batch.Protocol.Models.JobReleaseTaskState with get, set
Public Property State As JobReleaseTaskState

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'running', 'completed'

Applies to