ExitCodeRangeMappingOutput interface
A range of exit codes and how the Batch service should respond to exit codes within that range.
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: ExitOptionsOutput
Property Value
start
The first exit code in the range.
start: number
Property Value
number