BatchJobDefaultOrder 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.
The order for scheduling tasks from different jobs with the same priority.
public enum BatchJobDefaultOrder
type BatchJobDefaultOrder =
Public Enum BatchJobDefaultOrder
- Inheritance
-
BatchJobDefaultOrder
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Tasks should be scheduled uniformly from all equal-priority jobs for the pool. |
| CreationTime | 1 | If jobs have equal priority, tasks from jobs that were created earlier should be scheduled first. |