본문으로 건너뛰기

autoSchedule

정보

이 기능은 PRO 에디션에서만 사용할 수 있습니다.

Description

프로젝트의 일정을 재계산합니다

autoSchedule: (taskId?: string | number) => void

Parameters

  • taskId - (선택 사항) string | number - 작업 ID

Example

gantt.autoSchedule();

Details

연결된 작업 그룹의 일정을 재계산하려면 이 그룹에 속한 작업들 중 하나의 ID를 인수로 전달하여 autoSchedule() 메서드를 호출합니다:

gantt.autoSchedule(taskId);
노트

이 메서드를 사용하려면 페이지에 auto_scheduling 플러그인이 포함되어 있어야 합니다.

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.