recalculates the schedule of the project
taskId | string | number | optional, the task id |
Available only in PRO Edition
gantt.autoSchedule();
To recalculate the schedule for a group of linked tasks, pass the id of one of the tasks in this group as an argument to the autoSchedule() method:
gantt.autoSchedule(taskId);
This functionality is available in the PRO edition only.
The method requires the auto_scheduling plugin to be included on the page.