Partager via


JobStatistics.NumFailedTasks Propriété

Définition

Obtient ou définit le nombre total de tâches dans le travail qui ont échoué pendant l’intervalle de temps donné.

[Newtonsoft.Json.JsonProperty(PropertyName="numFailedTasks")]
public long NumFailedTasks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numFailedTasks")>]
member this.NumFailedTasks : int64 with get, set
Public Property NumFailedTasks As Long

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Une tâche échoue si elle épuise son nombre maximal de nouvelles tentatives sans retourner le code de sortie 0.

S’applique à