Share via


ExitCodeMapping interface

An interface representing ExitCodeMapping.

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