PS.TaskType enumeration (ps.js)

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

Applies to: Project Professional 2013 | Project Server 2013

PS.TaskType

Remarks

TaskType constants can be used with the following properties:

Members

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.

See also

Reference

Microsoft.ProjectServer.Client.TaskType