ExitOptions Class

Definition

How the Batch service should respond 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.

Properties

DependencyAction

Gets or sets an action that the Batch service should take 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 OnTaskFailure property is PerformExitOptionsJobAction.

Applies to