Task.Critical Property
Project Developer Reference |
True if the task is on the critical path. Read-only Variant.
Syntax
expression.Critical
expression A variable that represents a Task object.
Example
The following example sets the highest priority for critical tasks in the active project.
Visual Basic for Applications |
---|
|
See Also