| Cost |
Cost value associated with the task. |
| DBKey |
Database key associated with the task when data binding is used. |
| DataBoolean |
Application-defined Boolean value associated with the task. |
| DataInteger |
Application-defined integer value associated with the task. |
| DataObject |
Application-defined object associated with the task. |
| DataPointer |
Application-defined pointer associated with the task. |
| DataString |
Application-defined string value associated with the task. |
| Description |
Longer description of the task. |
| ElapsedTime |
Elapsed scheduled time based on duration, progress, and work-time policy. |
| Hint |
Hint text displayed for the task. |
| InternalID |
Persistent internal identifier used by the web runtime. |
| IsEventMarker |
Marks the task as a zero-duration event marker when True. |
| Locked |
Prevents interactive or programmatic schedule changes when True. |
| Name |
Display name of the task. |
| OwnerProject |
Project that owns this task. |
| ParentTask |
Parent task that owns this task as a subtask, or nil for a root task. |
| PlannedDuration |
Planned duration assigned to the task. |
| PlannedEnd |
Planned finish date/time for the task. |
| PlannedStart |
Planned start date/time before dependency scheduling adjusts the task. |
| Progress |
Progress percentage of the task. |
| RemainingTime |
Remaining scheduled time based on duration, progress, and work-time policy. |
| ScheduledEnd |
Calculated scheduled end date/time after dependencies and calendar rules are applied. |
| ScheduledStart |
Calculated scheduled start date/time after dependencies and calendar rules are applied. |
| SubTasks |
Collection of subtasks owned by this task. |
| Tag |
Application-defined integer tag value. |
| TaskAppearance |
Appearance settings used to render this task bar. |
| TaskDependencies |
Dependencies that constrain this task's schedule. |
| TaskId |
Application-defined task identifier. |
| TaskState |
Visual and priority state assigned to the task. |
| TaskStateName |
Name of the task state assigned to this task. |
| WBS |
Work breakdown structure path calculated from the task hierarchy. |
| WBSTaskPart |
Custom segment used for this task in the work breakdown structure. |
| WorkTimePolicy |
Calendar policy used when calculating scheduled start and end times. |