PercentComplete property



The percentage of the task that is completed.

Syntax

Set:     Task.setPercentComplete(dPercent)
Get:     dPercent = Task.getPercentComplete()

Applies to

Task object.

Data type

double. The dPercent value is a double that indicates the percent complete of the task on which this method is invoked.

Usage

This property represents the percentage of the task that is completed.