Freigeben über


Job.Status Eigenschaft

Definition

Ruft den status des Auftrags ab oder legt diese fest. Mögliche Werte sind: "Neu", "Aktivieren", "Ausführen", "Abgeschlossen", "Failed", "Stopped", "Blocked", "Suspended", "Disconnected", "Suspending", "Stop", "Resuming", "Removing"

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: