PS.TaskType enumeration (ps.js)

Office 2013 and later

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

Last modified: February 12, 2013

Applies to: Project Professional 2013 | Project Server 2013

PS.TaskType

The TaskType enumeration has the following members.

Member

Value

Description

fixedUnits

0

The task is fixed units. This is the default task type.

fixedDuration

1

The task is fixed duration.

fixedWork

2

The task is fixed work.

dummy

1000

The task is a placeholder; for internal use only.

Show: