When it is launched
The script is launched prior to rejecting the task.- If the CanReject.Value property is set to true, the task will be rejected after the script execution.
- If the CanReject.Value property is set to false, the task will not be rejected.
The event occurs only when using the Reject Task command. When closing the station the event does not occur.
Parameters
| Name | Type | Access | Description |
|---|---|---|---|
| CanReject | IBoolean | Read/write | Specifies whether to reject the task |
| Context | ITaskWindow | Read/write | The task window |
