Finish-to-Finish (FF)
The succeeding event cannot finish before the completion of the preceding event.
Finish-to-Start (FS)
This type of dependency, restricts the dependent event to not start earlier than the preceding event finishes.
Start-to-Finish (SF)
The finish of the succeeding event is constrained by the start of the preceding event. So the successor cannot finish before the predecessor starts.
Start-to-Start (SS)
With this dependency type, the succeeding event is delayed to start not earlier than the preceding event starts.
Generated using TypeDoc
The enumeration for the supported dependency types