task.dependence.delete
task.dependence.delete(taskIdFrom, taskIdTo, linkType)
This method deletes dependency from one task to another.
Parameters
Method | Description | Available from version |
---|---|---|
taskIdFrom | ID of the task, dependency from which is deleted. | |
taskIdTo | ID of the task, dependency to which is deleted. | |
linkType | Dependency type:
const LINK_TYPE_START_START = 0x00; // Start-Start link const LINK_TYPE_START_FINISH = 0x01; // Start-finish link const LINK_TYPE_FINISH_START = 0x02; // Finish-start link const LINK_TYPE_FINISH_FINISH = 0x03; // Finish-finish link |
© «Bitrix24», 2001-2024