TrackingMode enumeration

Specifies the modes for tracking task progress.

Syntax

CSOM

enum TrackingMode 

JSOM

PS.TrackingMode

REST Interface

TrackingMode enumeration is not expliclity defined in REST. Use the values below to understand what can be returned and set.

Members

Name Value Description
None 0 Use free-form tracking for tasks, where resources can report hours by using any method (actual hours, percent complete, or timephased).
TimePhased 1 Use timephased tracking for tasks, by hours of work done per period.
PercentComplete 2 Track tasks by percentage of work complete.
ActualHours 3 Track tasks by actual hours of work done and work remaining.

See Also

DraftProject
PublishedProject