Change the start time of an activity and reschedule project.Â
Rescheduling the project can lead to conflicts due to activity constraints. This function returns 0/1 if the reschedule was a failure/successful. The rescheduling function can be put off by the P2Schedule:put_batch_calculator_on function.
| I/O | Type | Name | Description |
|---|---|---|---|
| input | integer | ID | activity ID |
| input | integer | start | new start time |
| output | integer | success | reschedule outcome: 0 (failure) or 1 (successful) |