Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExitCodeRangeMapping

Package version

An interface representing ExitCodeRangeMapping.

summary

A range of exit codes and how the Batch service should respond to exit codes within that range.

Hierarchy

  • ExitCodeRangeMapping

Index

Properties

Properties

end

end: number

The last exit code in the range.

exitOptions

exitOptions: ExitOptions

How the Batch service should respond if the task exits with an exit code in the range start to end (inclusive).

start

start: number

The first exit code in the range.

Generated using TypeDoc