Enum LevelingOrder
LevelingOrder enumeration
Defines the possible values of leveling order.
public enum LevelingOrder
Values
Name | Value | Description |
---|---|---|
Standard | 1 | The 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. |
IdOnly | 2 | Tasks are delayed in Id ascending order. |
PriorityThenStandard | 3 | The priority is considered first, then the same properties as in Standard. |
See Also
- namespace Aspose.Tasks.Leveling
- assembly Aspose.Tasks