Optimizes schedule times of all managed items in order to optimize the project finish date without leveling resources, respecting dependency constraints.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool OptimizeWork( bool dependenciesOnly, bool includeStarted, Nullable<DateTime> start ) |
Visual Basic (Declaration) |
---|
Public Function OptimizeWork ( _ dependenciesOnly As Boolean, _ includeStarted As Boolean, _ start As Nullable(Of DateTime) _ ) As Boolean |
Parameters
- dependenciesOnly
- Type: System..::.Boolean
- includeStarted
- Type: System..::.Boolean
- start
- Type: System..::.Nullable<(Of <(DateTime>)>)