Skip to main content

isUnscheduledTask

Description

Checks if the task is unscheduled

isUnscheduledTask: (task: Task) => boolean

Parameters

  • task - (required) Task - the task's object

Returns

  • value - (boolean) - 'true' if the specified task is unscheduled, 'false' otherwise

Example

var isUnscheduled = gantt.isUnscheduledTask(task);