Share via


BatchJob.TaskFailureMode Property

Definition

The action the Batch service should take when any Task in the Job fails. A Task is considered to have failed if has a failureInfo. A failureInfo is set if the Task completes with a non-zero exit code after exhausting its retry count, or if there was an error starting the Task, for example due to a resource file download error. The default is noaction.

public Azure.Compute.Batch.BatchTaskFailureMode? TaskFailureMode { get; }
member this.TaskFailureMode : Nullable<Azure.Compute.Batch.BatchTaskFailureMode>
Public ReadOnly Property TaskFailureMode As Nullable(Of BatchTaskFailureMode)

Property Value

Applies to