Action: cancel scheduled¶
Use this action to cancel a task scheduled with the Jump to action or Execute button actions before its execution.
Options of the action:¶
- ID of the scheduled task: ID of the scheduled task to cancel.
What does the action return through its ID?¶
You can access the cancellation status through #IDAction.status#
. If the response is 'ok'
, the task has been canceled successfully. Otherwise, the response will be 'failed'
.