On Task Send To Stage
When it is launched
This event handler runs before a task is moved to another stage.
- If the value of the CanSend.Value property is set to true, the task will be sent to another stage after the execution of the script.
- If the value of the CanSend.Value property is set to false, the task will not be sent to another stage.
By default, the value of the CanSend parameter is set to true.
Parameters
Name | Type | Access | Description |
---|---|---|---|
CanSend | IBoolean | Read/write | Specifies whether to send the task to another stage. |
Context | ITaskWindow | Read/write | The task window. |
4/12/2024 6:16:02 PM