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 dateCpmExceptionCopyright © 2000–2025 MPXJ. All rights reserved.