isUnscheduledTask

checks if the task is unscheduled

boolean isUnscheduledTask(Task task);

Parameters

taskTaskthe task's object

Returns

boolean'true' if the specified task is unscheduled, 'false' otherwise

Example

var isUnscheduled = gantt.isUnscheduledTask(task);

See also
Back to top