New to Kendo UI for AngularStart a free 30-day trial

DependencyType

Represents the dependency type when you connect two tasks.

The supported values are:

  • FF—from 'finish' to 'finish'
  • FS—from 'finish' to 'start'
  • SS—from 'start' to 'start'
  • SF—from 'start' to 'finish'

Values

FF

Specifies that task B can't finish before task A finishes.

FS

Specifies that task B can't start before task A finishes.

SF

Specifies that task A can't finish before task B starts.

SS

Specifies that task B can't start before task A starts.

In this article
ValuesFFFSSFSS
Not finding the help you need?
Contact Support