schedule_from_end

역방향 스케줄링 활성화

boolean schedule_from_end;

Available only in PRO Edition

Example

gantt.config.schedule_from_end = true;
gantt.config.project_end = new Date(2019, 4, 1);


Default value:

false

Related samples

Details

이 기능은 PRO 에디션에서만 사용 가능합니다.

이 옵션을 true로 설정하면 자동 스케줄링 모드가 '가능한 한 늦게(as late as possible)'로 전환됩니다.

이 설정은 project_end가 함께 지정된 경우에만 적용됩니다.

See also
Back to top