Condividi tramite


TaskCounts.Failed Property

Definition

Gets or sets the number of Tasks which failed. A Task fails if its result (found in the executionInfo property) is '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to