On Task Reject
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.
By default, the value of the CanReject parameter is true.
Note: 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 |
12.04.2024 18:16:02