OnTaskFailure Enum

Definition

Specifies an action the Batch service should take when any task in the job fails.

public enum OnTaskFailure
type OnTaskFailure = 
Public Enum OnTaskFailure
Inheritance
OnTaskFailure

Fields

NoAction 0

Do nothing.

PerformExitOptionsJobAction 1

Take the action associated with the task exit condition in the task's ExitConditions collection. (This may still result in no action being taken, if that is what the task specifies.)

Applies to