Gets the list of critical tasks. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public List<Task> GetCriticalTasks() |
Visual Basic (Declaration) |
---|
Public Function GetCriticalTasks As List(Of Task) |