Edit

Share via


ProjectDataSet.TaskRow.TASK_PCT_WORK_COMP Property

Definition

Contains the percentage of work elapsed compared with the amount of work that is remaining to be done.

public:
 property int TASK_PCT_WORK_COMP { int get(); void set(int value); };
public int TASK_PCT_WORK_COMP { get; set; }
member this.TASK_PCT_WORK_COMP : int with get, set
Public Property TASK_PCT_WORK_COMP As Integer

Property Value

Remarks

TASK_PCT_WORK_COMP = (TASK_ACT_WORK / TASK_WORK) * 100

When a task is created, the percent of work complete is zero. TASK_PCT_WORK_COMP is calculated if you enter actual work for the task.

Applies to