Condividi tramite


ExitCodeMapping Class

Definition

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

public class ExitCodeMapping
type ExitCodeMapping = class
Public Class ExitCodeMapping
Inheritance
ExitCodeMapping

Constructors

ExitCodeMapping()

Initializes a new instance of the ExitCodeMapping class.

ExitCodeMapping(Int32, ExitOptions)

Initializes a new instance of the ExitCodeMapping class.

Properties

Code

Gets or sets a process exit code.

ExitOptions

Gets or sets how the Batch service should respond if the Task exits with this exit code.

Applies to