ExitConditions 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 when a task completes.
public class ExitConditions
type ExitConditions = class
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. |