StatusTask members
Provides an object that keeps track of the progress of a task.
The StatusTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StatusTask | Creates an instance of the StatusTask class. |
Top
Properties
Name | Description | |
---|---|---|
ActualWork | Gets or sets the amount of work that has already been performed by resources that are assigned to tasks. | |
ActualWorkTimeSpan | Gets or sets the time interval for the amount of work that has already been performed by resources that are assigned to tasks. | |
Context | (Inherited from ClientObject.) | |
Deadline | Gets or sets the date that was entered as a deadline for the task. | |
Duration | Gets or sets the total span of active working time for a task. | |
DurationTimeSpan | Gets or sets the time interval for the total span of active working time for a task. | |
Finish | Gets or sets the date when a task is scheduled to be completed. | |
Id | Gets the GUID of the StatusTask object. | |
Name | Gets or sets the name of the StatusTask object. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Overtime | Gets or sets the amount of overtime that is scheduled to be performed by all resources that are assigned to a task, for all tasks that are assigned to a resource, or by a resource on a task, and charged at the overtime rates of the resources involved. | |
OvertimeTimeSpan | Gets or sets the time interval for the amount of overtime that is scheduled to be performed by all resources that are assigned to a task or by a resource on a task, and charged at the overtime rates of the resources involved. | |
Path | (Inherited from ClientObject.) | |
PercentComplete | Gets or sets the current status of a task, expressed as the percentage of the task's duration that has been completed. | |
PercentWorkComplete | Gets or sets the current status of a task, resource, or assignment, expressed as the percentage of work that has been completed. | |
PhysicalPercentComplete | Gets or sets the entered percent complete value that can be used as an alternative for calculating budgeted cost of work performed (BCWP). | |
RegularWork | Gets or sets the total amount of non-overtime work that is scheduled to be performed by resources. | |
RegularWorkTimeSpan | Gets or sets the time interval for the total amount of non-overtime work that is scheduled to be performed by resources. | |
RemainingDuration | Gets or sets the amount of time that is required to complete the unfinished part of a task. | |
RemainingDurationTimeSpan | Gets or sets the the amount of time that is required to complete the unfinished part of a task. | |
RemainingOvertime | Gets or sets the amount of remaining scheduled overtime work. | |
RemainingOvertimeTimeSpan | Gets or sets the time interval for the amount of remaining scheduled overtime work. | |
RemainingWork | Gets or sets the amount of time, such as person-hours or days, that is still required to complete a task or set of tasks. | |
RemainingWorkTimeSpan | Gets or sets the time interval for the amount of time, such as person-hours or days, that is still required to complete a task or set of tasks. | |
Resume | Gets or sets the date that the remaining part of a task is scheduled to resume after you enter any progress. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Start | Gets or sets the date when an assigned resource is scheduled to begin working on a task. | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) | |
Work | Gets or sets the total amount of time that is scheduled on a task for all assigned resources, the total time to which a resource is scheduled on all assigned tasks, or the total amount of time scheduled for a resource on a task. | |
WorkTimeSpan | Gets or sets the time interval for the total amount of time that is scheduled on a task for all assigned resources, the total time to which a resource is scheduled on all assigned tasks, or the total amount of time scheduled for a resource on a 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