Task.RecalcFlags Property
Project Developer Reference |
Returns a bit mask, flagging one or more conditions that are driving the task. Read-only Long.
Syntax
expression.RecalcFlags
expression A variable that represents a Task object.
Return Value
Long
Remarks
Use the PjRecalcDriverType constants with the return value from the RecalcFlags property to determine which specific conditions are driving the task.
See Also