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.
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. |
