TaskType enumeration

Specifies whether the task type in a project is fixed units, fixed work, or fixed duration.

Syntax

CSOM

enum TaskType 

JSOM

PS.TaskType

REST Interface

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

Members

Name Value Description
FixedUnits 0 The task is fixed units (Default). The number of Assignment Units remains constant, regardless of the amount of work or the duration on the task.
FixedDuration 1 The task is fixed duration. The duration of the task remains constant, regardless of the number of resources (Assignment Units) that are assigned or the amount of work
FixedWork 2 The task is fixed work. The amount of work remains constant, regardless of any change in duration or the number of resources (Assignment Units) that are assigned to the task.
Dummy 1000 The task is a placeholder; for internal use only.

See Also

DraftProject
DraftTask
PublishedProject
PublishedTask