BatchTaskCounts.Failed Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : intPublic ReadOnly Property Failed As Integer