TaskExecutionInformation.RetryCount 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET