Ensures that dependency constrains between tasks are enforced. You should call EnsureTimeScheduleConstraints()()()(), EnsureTimeLimitConstraints()()()(), and RemoveCircularDependencies()()()() methods before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void EnsureDependencyConstraints(
	bool includeStartedTasks
)
Visual Basic (Declaration)
Public Sub EnsureDependencyConstraints ( _
	includeStartedTasks As Boolean _
)

Parameters

includeStartedTasks
Type: System..::..Boolean
A value indicating whether or not to consider already started tasks (i.e. having completion > 0) for dependency constraint enforcement.

See Also