Condividi tramite


ExitOptions Class

Definition

Specifies how the Batch service responds to a particular exit condition.

public class ExitOptions
type ExitOptions = class
Public Class ExitOptions
Inheritance
ExitOptions

Constructors

ExitOptions()

Initializes a new instance of the ExitOptions class.

ExitOptions(Nullable<JobAction>, Nullable<DependencyAction>)

Initializes a new instance of the ExitOptions class.

Properties

DependencyAction

Gets or sets an action that the Batch service performs on Tasks that depend on this Task.

JobAction

Gets or sets an action to take on the Job containing the Task, if the Task completes with the given exit condition and the Job's onTaskFailed property is 'performExitOptionsJobAction'.

Applies to