ExitConditions
Class
Definition
How the Batch service should respond when a task completes.
public class ExitConditions
- Inheritance
-
ExitConditions
Constructors
| ExitConditions() |
Initializes a new instance of the ExitConditions class. |
Properties
| Default |
Gets or sets how the Batch service should respond if the task fails with an exit condition not covered by any of the other properties. |
| ExitCodeRanges |
Gets or sets a list of task exit code ranges and how the Batch service should respond to them. |
| ExitCodes |
Gets or sets a list of task exit codes and how the Batch service should respond to them. |
| FileUploadError |
Gets or sets how the Batch service should respond if a file upload error occurs. |
| PreProcessingError |
Gets or sets how the Batch service should respond if the task fails to start due to an error. |
| SchedulingError |
Gets or sets how the Batch service should respond if the task fails with a scheduling error. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |