PendingReason.ReasonCode Enum

Definition

Defines the possible reasons why the job or task has yet to start.

public enum PendingReason.ReasonCode
type PendingReason.ReasonCode = 
Public Enum PendingReason.ReasonCode
Inheritance
PendingReason.ReasonCode

Fields

AcitivationFilter 6

The activation filter which determines if the job can run failed.

DependencyNotDone 4

A task on which this task is dependent is still running.

HeldByActivationFilter 8
HeldByAdmin 9
HeldByUser 10
HigherPriorityJob 2

A higher priority job is running.

JobSubmittedEarlier 3

A job with the same priority is currently running.

NoAvailableResourceInRequestedNodeGroup 13
NoBrokerNode 7

The node is not configured to run broker jobs.

None 0

The job is not pending.

NotEnoughResource 1

There are not enough resources to run the job at this time.

ParentJobsCanceledOrFailed 11
ParentJobsNotfinished 12
RequiredNodesNotAvailable 5

The nodes required to run the job are not available.

Applies to