JobPreparationTaskExecutionInformation.RetryCount Property

Definition

Gets the number of times the task has been retried by the Batch service. Every time the task exits with a non-zero exit code, it is deemed a task failure. The Batch service will retry the task up to the limit specified by the Constraints.

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

Property Value

Applies to