Freigeben über


CloudTask.State Eigenschaft

Definition

Ruft den aktuellen Status der Aufgabe ab oder legt diese fest.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte: "active", "preparing", "running", "completed"

Gilt für: