public interface Scheduler
Modifier and Type | Method and Description |
---|---|
void |
schedule(ProjectFile file,
LocalDateTime startDate)
Calling this method schedules the supplied project using CPM, with the tasks
in the project starting from the supplied start date.
|
void schedule(ProjectFile file, LocalDateTime startDate) throws CpmException
file
- project to schedulestartDate
- start dateCpmException
Copyright © 2000–2025 MPXJ. All rights reserved.