FailureReason Enum

Definition

Defines the reasons for why a job can fail.

public enum FailureReason
type FailureReason = 
Public Enum FailureReason
Inheritance
FailureReason

Fields

ExecutionFailure 1

A task in the job does not exist or could not start. This enumeration member represents a value of 1.

None 0

The job did not fail. This enumeration member represents a value of 0.

Preempted 3

The job was preempted by a higher priority job. This enumeration member represents a value of 3.

ResourceFailure 2

The node failed. This enumeration member represents a value of 2.

Applies to