본문으로 건너뛰기

isUnscheduledTask

Description

태스크가 미스스케줄 상태인지 확인합니다

isUnscheduledTask: (task: Task) => boolean

Parameters

  • task - (required) Task - 태스크의 객체

Returns

  • value - (boolean) - 지정된 태스크가 미스스케줄 상태일 때 'true', 그렇지 않으면 '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.