Zum Hauptinhalt springen

isUnscheduledTask

Description

Prüft, ob die Aufgabe unscheduled ist

isUnscheduledTask: (task: Task) => boolean

Parameters

  • task - (required) Task - das zu überprüfende Task-Objekt

Returns

  • value - (boolean) - gibt 'true' zurück, wenn die Aufgabe unscheduled ist, andernfalls 'false'

Example

var isUnscheduled = gantt.isUnscheduledTask(task);
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.