isUnscheduledTask

checks if the task is unscheduled

boolean isUnscheduledTask(Task task);
taskTaskthe task's object
boolean'true' if the specified task is unscheduled, 'false' otherwise

Example

var isUnscheduled = gantt.isUnscheduledTask(task);

See also
Back to top