0. About
Cancel a scheduled future broadcast/transfer.
1. Syntax
<action application="sched_cancel" data="<task_id>" />
Parameter | Description | Examples |
---|---|---|
<task_id> | The task ID of the scheduled action ( |
|
2. Examples
<action application="sched_cancel" data="123"/>
<action application="sched_cancel" data="${last_sched_id}"/>
When a scheduled broadcast or scheduled transfer is executed, the session variable last_sched_id
is set to the task ID of the broadcast/transfer.
TODO See TODOs in mod_dptools: sched transfer.