Skip to main content

TcxSchedulerEventRelation Enum

Enumerates available connector types.

Declaration

TcxSchedulerEventRelation = (
    trFinishToStart,
    trStartToStart,
    trFinishToFinish,
    trStartToFinish
);

Members

Name
trFinishToStart
trStartToStart
trFinishToFinish
trStartToFinish

Remarks

Options include:

Value Description
trFinishToStart Successor cannot start until predecessor finishes.
trStartToStart Successor cannot start until predecessor starts.
trFinishToFinish Successor cannot finish until predecessor finishes.
trStartToFinish Successor cannot finish until predecessor starts.
See Also