Resource Leveling
Easily level resources with a single call using the LevelResources method.
var ganttControl = $gantt_container.data("GanttControl") || $gantt_container.data("radiantqGanttControl");
ganttControl.LevelResources(boolIncludePartiallyCompletedTasks, dateTimeStart);
boolIncludePartiallyCompletedTasks - Specifies whether or not partially completed tasks should be included in the leveling algorithm.
dateTimeStart - The start time for leveling - usually the current or a time in future.
The GanttControl parses through all the tasks, determines over allocation (any thing more than 100% of a resource usage at a specific time) and then moves the tasks into the future to clear such over allocation of resources.
This is illustrated in the "Samples\ResourceLeveling.htm" sample.
� RadiantQ 2022. All Rights Reserved.