ScheduleEngineCalculateTask Method

Calcukate the specified task and its children and dependencies.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public List<FreeBusyItem> CalculateTask(
	TaskItem task
)

Parameters

task  TaskItem
Reference to a project or task to calculate. If the item has child tasks, those will be calculated prior to using any estimated time in this item for the personnel directly assigned to this or any parent items.

Return Value

ListFreeBusyItem
Reference to a collection of free/busy clips allocated by this task and its dependencies.

See Also