LevelingOrder

LevelingOrder enumeration

Defines the possible values of leveling order.

public enum LevelingOrder

Values

NameValueDescription
Standard1The following properties are taken into account: predecessor relationships, total slack (a task with higher total slack is delayed first), start date, priority. This is the default value.
IdOnly2Tasks are delayed in Id ascending order.
PriorityThenStandard3The priority is considered first, then the same properties as in Standard.

See Also