Compartir a través de


TaskCounts.Succeeded Propiedad

Definición

Obtiene o establece el número de tareas que se realizaron correctamente. Una tarea se realiza correctamente si su resultado (que se encuentra en la propiedad executionInfo) es "correcto".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a