Task.FreeSlack Property
Project Developer Reference |
Returns the free slack for a task in minutes. Read-only Variant.
Syntax
expression.FreeSlack
expression A variable that represents a Task object.
Example
The following example eliminates free slack in the active project by changing the start dates of tasks with free slack.
Visual Basic for Applications |
---|
|
See Also