Task.Status Property
Project Developer Reference |
Returns the status of a specified task. Can be one of the following PjStatusType constants: pjComplete, pjFutureTask, pjLate, pjNoData, or pjOnSchedule. Read-only Long.
Syntax
expression.Status
expression A variable that represents a Task object.
Return Value
PjStatusType
See Also