Share via


BatchJobStatistics.NumFailedTasks Property

Definition

The total number of Tasks in the Job that failed during the given time range. A Task fails if it exhausts its maximum retry count without returning exit code 0.

public long NumFailedTasks { get; }
member this.NumFailedTasks : int64
Public ReadOnly Property NumFailedTasks As Long

Property Value

Applies to