Task members
Contains methods and properties that can be used to access the details of the task.
The Task type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Task | Creates an instance of the Task class. |
Top
Properties
Name | Description | |
---|---|---|
ActualDuration | Gets the span of active working time that is required to complete a task. | |
ActualDurationTimeSpan | Gets the total time interval for the span of active working time that is required to complete a task. | |
BaselineCost | Gets the total planned cost for the task. | |
BaselineDuration | Gets the original span of time that is planned to complete the task, established at the time of the project baseline. | |
BaselineDurationTimeSpan | Gets the total time interval for the original span of time that is planned to complete the task, established at the time of the project baseline. | |
BaselineFinish | Gets the planned task completion date that was set at the time that the baseline was saved. | |
BaselineStart | Gets the planned task start date that was set at the time that the baseline was saved. | |
BaselineWork | Gets the total planned person-hours that are scheduled for a task, as established at the time of the project baseline. | |
BaselineWorkTimeSpan | Gets the total time interval for the total planned person-hours that are scheduled for the task, as established at the time of the project baseline. | |
BudgetCost | Gets the budget costs for budget cost resources. | |
Context | (Inherited from ClientObject.) | |
CostPerformanceIndex | Gets the ratio of the baseline costs of work that has been performed on the task to the actual costs of work that has been performed, calculated up to the project status date or today's date. | |
CostVariance | Gets the difference between the baseline cost and the total cost for the task. | |
CostVarianceAtCompletion | Gets the difference between the baseline cost and the total cost at the completion of the task. | |
CostVariancePercentage | Gets the ratio of cost variance (CV) to the budgeted cost of work that has been performed on the task (BCWP), expressed as a percentage. | |
Created | Gets the date and the time when the task was added to the project. | |
CustomFields | Gets the collection of custom fields for the task. | |
DurationVariance | Gets the difference between the baseline duration of the task and the total duration, or current estimated duration, of the task. | |
DurationVarianceTimeSpan | Gets the total time interval for the difference between the baseline duration of the task and the total duration, or current estimated duration, of the task. | |
EarliestFinish | Gets the earliest date that the task could possibly finish, based on the early finish dates of predecessor and successor tasks, other constraints, and any leveling delay. | |
EarliestStart | Gets the earliest date that the task could possibly begin, based on the early start dates of predecessor and successor tasks and other constraints. | |
EstimateAtCompletion | Gets the estimate at completion (EAC) for the task. | |
FinishSlack | Gets the duration between the EarlyFinish date and the LateFinish date. | |
FinishSlackTimeSpan | Gets the total time interval of planned person-hours scheduled for an assignment, at the time of the project baseline. | |
FinishVariance | Gets the time that represents the difference between the baseline finish date of the task and the current finish date. | |
FinishVarianceTimeSpan | Gets the time interval for the variance of the finish date of the task. | |
FreeSlack | Gets the amount of time that the task can be delayed without delaying successor tasks. | |
FreeSlackTimeSpan | Gets the total time interval for the amount of time that the task can be delayed without delaying successor tasks. | |
Id | Gets the GUID of the task. | |
IsCritical | Gets a value that indicates whether the timing for the task is critical or whether there can be any slack in the timing. | |
IsExternalTask | Gets a value that indicates whether this is a ghost task from another project created by Project Professional. | |
IsOverAllocated | Gets a value that indicates whether the task is overallocated. | |
IsRecurring | Gets a value that indicates whether the task is part of a recurring series. | |
IsRecurringSummary | Gets a value that indicates whether the task is the parent of a recurring series. | |
IsRolledUp | Gets a value that indicates whether information on the subtask Gantt bars is rolled up to the summary task bar. | |
IsSubProject | Gets a value that indicates whether the task represents a subproject. | |
IsSubProjectReadOnly | Gets a value that indicates whether a subproject for this task is read-only. | |
IsSubProjectScheduledFromFinish | Gets a value that indicates whether a subproject for this task is set to schedule from finish. | |
IsSummary | Gets a value that indicates whether the task is a summary task. | |
LatestFinish | Gets the latest date that the task can finish without delaying the finish of the project. | |
LatestStart | Gets the latest date that the task can start without delaying the finish of the project. | |
Modified | Gets the modified date. | |
Notes | Gets the notes about the task. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
OutlinePosition | Gets the position of the task in the project outline hierarchy. | |
OvertimeCost | Gets the total overtime cost for the task. | |
OvertimeWork | Gets the amount of overtime scheduled to be performed on the task. | |
OvertimeWorkTimeSpan | Gets the total time interval for the amount of overtime scheduled to be performed on the task. | |
Path | (Inherited from ClientObject.) | |
PercentWorkComplete | Gets the current status of the task, expressed as the percentage of work that has been completed. | |
PreLevelingFinish | Gets the finish date of the task as it was before resource leveling was performed. | |
PreLevelingStart | Gets the start date of the task as it was before resource leveling was performed. | |
RegularWork | Gets the total amount of non-overtime work that is scheduled to be performed on the task. | |
RegularWorkTimeSpan | Gets the total time interval for the total amount of non-overtime work that is scheduled to be performed on the task. | |
RemainingCost | Gets the remaining scheduled expense that will be incurred during completion of the remaining scheduled work on the task. | |
RemainingOvertimeCost | Gets the remaining scheduled overtime expense for the task. | |
RemainingOvertimeWork | Gets the amount of time, such as person-hours or days, that is required to complete the remaining overtime work for a task. | |
RemainingOvertimeWorkTimeSpan | Gets the total time interval for the amount of time, such as person-hours or days, that is required to complete the remaining overtime work for a task. | |
RemainingWork | Gets the time, such as person-hours or days, that is required to complete the task or set of tasks. | |
RemainingWorkTimeSpan | Gets the total time interval for the time, such as person-hours or days, that is required to complete the task or set of tasks. | |
Resume | Gets the date that the remaining part of the task is scheduled to resume after progress is entered. | |
ScheduleCostVariance | Gets the difference in cost terms between the current progress and the baseline planned progress for a resource on the task. | |
ScheduledDuration | Gets the total span of active working time for the task as entered or as calculated based on the start date, the finish date, calendars, and other scheduling factors. | |
ScheduledDurationTimeSpan | Gets the time interval for the total span of active working time for the task as entered or as calculated based on the start date, the finish date, calendars, and other scheduling factors. | |
ScheduledFinish | Gets the date when work on the task is scheduled to be complete as it was calculated based on the start date, the duration, dependencies, calendars, and other scheduling factors. | |
ScheduledStart | Gets the date when work on the task is scheduled to begin as it was calculated based on dependencies, constraints, calendars, and other scheduling factors. | |
SchedulePerformanceIndex | Gets the ratio of the budgeted cost of work performed to the budgeted cost of work scheduled. | |
ScheduleVariancePercentage | Gets the ratio of schedule variance (SV) to budgeted cost of work scheduled (BCWS), expressed as a percentage. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
StartSlack | Gets the duration between the EarlyStart date and the LateStart date. | |
StartSlackTimeSpan | Gets the time interval for the duration between the EarlyStart date and the LateStart date. | |
StartVariance | Gets the time that represents the difference between a baseline start date of the task and its currently scheduled start date. | |
StartVarianceTimeSpan | Gets the time interval for the variance of the task start date. | |
Stop | Gets the date that represents the end of the actual portion of the task. | |
SubProject | Gets a project that has been inserted into the master project. | |
Tag | (Inherited from ClientObject.) | |
ToCompletePerformanceIndex | Gets the To Complete Performance Index for the task. | |
TotalSlack | Gets the time that the task's finish date can be delayed without delaying the project's finish date. | |
TotalSlackTimeSpan | Gets the total time interval for the amount of time that the task finish date can be delayed without delaying the project's finish date. | |
TypedObject | (Inherited from ClientObject.) | |
WorkBreakdownStructure | Gets a code that identifies a location in a hierarchical structure that is used to organize tasks for reporting schedules and tracking costs. | |
WorkVariance | Gets the difference between baseline work and currently scheduled work on a task, expressed as, for example, the number of person-hours or days. | |
WorkVarianceTimeSpan | Gets the total time interval for the difference between baseline work and currently scheduled work on the task. |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshLoad | (Inherited from ClientObject.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top