ExitConditions Class

Definition

Specifies how the Batch service should respond when the Task completes.

public class ExitConditions
type ExitConditions = class
Public Class ExitConditions
Inheritance
ExitConditions

Constructors

ExitConditions()

Initializes a new instance of the ExitConditions class.

ExitConditions(IList<ExitCodeMapping>, IList<ExitCodeRangeMapping>, ExitOptions, ExitOptions, ExitOptions)

Initializes a new instance of the ExitConditions class.

Properties

DefaultProperty

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 individual 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.

Applies to