ExitCodeRangeMapping interface
An interface representing ExitCodeRangeMapping.
Properties
| end | The last exit code in the range. |
| exit |
How the Batch service should respond if the Task exits with an exit code in the range start to end (inclusive). |
| start | The first exit code in the range. |
Property Details
end
The last exit code in the range.
end: number
Property Value
number
exitOptions
How the Batch service should respond if the Task exits with an exit code in the range start to end (inclusive).
exitOptions: ExitOptions
Property Value
start
The first exit code in the range.
start: number
Property Value
number