ExitOptions Class
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.
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'. |