Overload List
| Name | Description | |
|---|---|---|
| IsCritical()()() |
Gets a value indicating whether the task is critical or not. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
| |
| IsCritical(DateTime) |
Gets a value indicating whether the task is critical or not. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
| |
| IsCritical(TimeSpan) |
Gets a value indicating whether the task is critical or not. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
| |
| IsCritical(TimeSpan, DateTime) |
Gets a value indicating whether the task is critical or not. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
| |
| IsCritical(TimeSpan, DateTime, IDictionary<(Of <(Task, DateTime>)>)) |
Gets a value indicating whether the task is critical or not. A task is critical if it would generate delays in the project in case that it wouldn't be finished on time.
|