PwsProjectTaskPredecessor
Overview
This structure represents predecessor relationship between a task and a different task that it has a dependency upon. Â
Format
- PwsProjectTaskPredecessor
- LagMinutes: Int32
- LinkType: String
- PredecessorProjectTaskIdentity: PwsProjectTaskRef
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
LagMinutes | Int32 | No | 0 | The lag time in minutes between the predecessor and this task. | 23000 |
LinkType | String | No | FS | The type of link between the predecessor and this task: "FS" stands for finish to start. Task 2 can start only when Task 1 is completed. The default type. | FS |
PredecessorProjectTaskIdentity | Yes | The identity of the predecessor task. Click here for more information. |