Updates the completion state for a specific task item, which influences the percent complete for its individual progress bar.
0 |
Integer |
Task Index |
The zero-based index of the item of interest in the task overview list. |
1 |
Integer |
Increments Completed |
The number of increments completed. |
2 |
Integer |
Total Increments |
The total number of increments for the task item. |
None.
SUCCESS |
This command always succeeds. |
Task indices are zero-based. The first item added to a task list is index zero.
“Increments” are abstract integer values--they can represent anything. The percent complete for the individual task item is computed by the ratio of “Increments Completed” to “Total Increments”.