Share via


BatchJobDefaultOrder Enum

Definition

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.

Applies to