Compartir a través de


PipelineRun.Status Propiedad

Definición

Obtiene el estado de una ejecución de canalización. Valores posibles: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a