TaskActualType
The TaskActualType data type defines the actual information for a task.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
actualDuration |
Double |
Actual duration of a task. |
No |
N/A |
percentComplete |
Double |
Completion percentage of a task. |
No |
N/A |
actualEffort |
Double |
Actual effort of a task. |
No |
N/A |
estimatedRemainingEffort |
Double |
Estimated remaining effort of a task |
No |
N/A |
actualStart |
DateTime |
Actual start date of task. |
No |
N/A |
estimatedFinish |
DateTime |
Estimated finish date of task. |
No |
N/A |
actualFinish |
DateTime |
Actual finish date of task. |
No |
N/A |