PS.DependencyType enumeration (ps.js)

Specifies the type of dependency to establish between two tasks.

Applies to: Project Professional 2013 | Project Server 2013

PS.DependencyType

Remarks

DependencyType constants can be used with the following properties:

Members

The DependencyType enumeration has the following members.

Member

Value

Description

finishFinish

0

Finish to finish (FF) task link type. The successor task B cannot finish until the predecessor task A finishes.

finishStart

1

This is the default value. Finish to start (FS) task link type. The predecessor task A must finish before the successor task B can start.

startFinish

2

Start to finish (SF) task link type. The predecessor task A must start before the successor task B finishes. This is the least common of the four dependency types.

startStart

3

Start to start (SS) task link type. The successor task B cannot start until the predecessor task A starts.

See also

Reference

Microsoft.ProjectServer.Client.DependencyType