Zum Hauptinhalt springen

isUnscheduledTask

Description

Prüft, ob die Aufgabe ungeplant ist

isUnscheduledTask: (task: Task) => boolean

Parameters

  • task - (erforderlich) Task - das Objekt der Aufgabe

Returns

  • Wert - (boolean) - 'true', wenn die angegebene Aufgabe ungeplant ist, 'false' ansonsten

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.