recalculates the schedule of the project
taskId | string | number | optional, the task id |
Available only in PRO Edition
gantt.autoSchedule();
To recalculate the schedule starting from a particular task, pass the id of the task 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.