PendingReason.ReasonCode Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the possible reasons why the job or task has yet to start.
public enum PendingReason.ReasonCodetype PendingReason.ReasonCode = Public Enum PendingReason.ReasonCode- Inheritance
- 
				PendingReason.ReasonCode
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | The job is not pending. | 
| NotEnoughResource | 1 | There are not enough resources to run the job at this time. | 
| HigherPriorityJob | 2 | A higher priority job is running. | 
| JobSubmittedEarlier | 3 | A job with the same priority is currently running. | 
| DependencyNotDone | 4 | A task on which this task is dependent is still running. | 
| RequiredNodesNotAvailable | 5 | The nodes required to run the job are not available. | 
| AcitivationFilter | 6 | The activation filter which determines if the job can run failed. | 
| NoBrokerNode | 7 | The node is not configured to run broker jobs. | 
| HeldByActivationFilter | 8 | |
| HeldByAdmin | 9 | |
| HeldByUser | 10 | |
| ParentJobsCanceledOrFailed | 11 | |
| ParentJobsNotfinished | 12 | |
| NoAvailableResourceInRequestedNodeGroup | 13 |