TaskExecutionInformation.RetryCount Property

Definition

Gets the number of times the task has been retried by the Batch service.

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

Property Value

Remarks

Task application failures (non-zero exit code) are retried, pre-processing errors (the task could not be run) and file upload errors are not retried. The Batch service will retry the task up to the specified MaxTaskRetryCount.

Applies to