Share via


ExitCodeMapping interface

How the Batch service should respond if a Task exits with a particular exit code.

Properties

code

A process exit code.

exitOptions

How the Batch service should respond if the Task exits with this exit code.

Property Details

code

A process exit code.

code: number

Property Value

number

exitOptions

How the Batch service should respond if the Task exits with this exit code.

exitOptions: ExitOptions

Property Value