Contents

Summary

Defines the various types of relationships between tasks.

Fields

Name Value Summary
EndToStart 0 Indicates a predecessor task end date to dependent task start date relationship.
EndToEnd 1 Indicates a predecessor task end date to dependent task end date relationship.
StartToEnd 2 Indicates a predecessor task start date to dependent task end date relationship.
StartToStart 3 Indicates a predecessor task start date to dependent task start date relationship.