ScheduleEngineCalculateTask Method
Calcukate the specified task and its children and dependencies.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public List<FreeBusyItem> CalculateTask(
TaskItem task
)
Public Function CalculateTask (
task As TaskItem
) As List(Of FreeBusyItem)
No code example is currently available or this language may not be supported.
- 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.
ListFreeBusyItem
Reference to a collection of free/busy clips allocated by this task and
its dependencies.