Network scheduling is a tool to build a project implementation plan and task execution period analysis to optimize the whole project implementation duration. Network scheduling enables creating the better project task execution plan in a limited time-frame and determining critical tasks that affects the whole schedule duration of the project.
The project is the system of time-bound interrelated tasks that determine project goal.
This section describes the ProjectPlanning assembly developed for network scheduling in the Fore language.
Basic interfaces of the ProjectPlanning assembly are the following:
IPrjProject. The interface is used to set up project parameters.
IPrjTask. The interface is used to set up task parameters.
IPrjTaskDependency. The interface is used to set up a link between tasks.
See additional information how to work with the assembly in the following subsections:
See also:
ProjectPlanning Assembly Interfaces | ProjectPlanning Assembly Classes | ProjectPlanning Assembly Enumerations