LevelingOrder

LevelingOrder enumeration

Defines the possible values of leveling order.

Members

Member nameDescription
STANDARDThe 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.
ID_ONLYTasks are delayed in Id ascending order.
PRIORITY_THEN_STANDARDThe priority is considered first, then the same properties as in Standard.

See Also