PercentCompleted

The PercentCompleted property returns the percentage of the task that is currently complete.

Applies To

Task object

Data Type

Long

Access

Read/write

Remarks

Although the data type for the PercentCompleted property is Long, applications should set its value in the range zero to 100. When a task is marked completed, the CompletedDate property should be set to True and PercentCompleted set to 100. The exception to this rule is for AutoDone tasks, which are complete at their end date, regardless of the CompletedDate or PercentCompleted property settings.

See Also

CompletedDate
Task
Tasks