This documentation is archived and is not being maintained.
JobSchedulingError Enumeration
The JobSchedulingError enumeration keeps track of the possible scheduling errors for one job.
Namespace:
Microsoft.Dynamics.AX.Planning.JobScheduling
Assembly:
Microsoft.Dynamics.AX.Planning.JobScheduling (in Microsoft.Dynamics.AX.Planning.JobScheduling.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| None | Describes the no scheduling error. |
| NoCapacityAvailable | Describes the no capacity error. |
| Timeout | Describes the time-out error. |
| CyclicSequenceGraph | Describes the cyclic sequence graph detected. |