Partager via


TaskCounts.Failed Propriété

Définition

Obtient ou définit le nombre de tâches ayant échoué. Une tâche échoue si son résultat (trouvé dans la propriété executionInfo) est « failure ».

[Newtonsoft.Json.JsonProperty(PropertyName="failed")]
public int Failed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="failed")>]
member this.Failed : int with get, set
Public Property Failed As Integer

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à