PS.ConstraintType enumeration (ps.js)

Specifies the constraint type for a task.

Applies to: Project Professional 2013 | Project Server 2013

PS.ConstraintType

Remarks

ConstraintType constants can be used with the following properties:

Members

The ConstraintType enumeration has the following members.

Member

Value

Description

notSpecified

-1

The task constraint type is not specified. This constant is used in place of a DBNull value.

asSoonAsPossible

0

As soon as possible (ASAP). This is the default value.

asLateAsPossible

1

As late as possible (ALAP).

mustStartOn

2

Must start on (MSO).

mustFinishOn

3

Must finish on (MFO).

startNoEarlierThan

4

Start no earlier than (SNET).

startNoLaterThan

5

Start no later than (SNLT).

finishNoEarlierThan

6

Finish no earlier than (FNET).

finishNoLaterThan

7

Finish no later than (FNLT).