TaskCounts.Failed Property

Definition

Gets the number of tasks which failed. A task fails if its result (found in the executionInfo property) is 'failure'.

public int Failed { get; }
member this.Failed : int
Public ReadOnly Property Failed As Integer

Property Value

Applies to