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.
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
Azure SDK for .NET