This documentation is archived and is not being maintained.
PS.TaskType enumeration (ps.js)
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
TaskType constants can be used with the following properties:
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.
|