mod_dptools: sched cancel
Table of Contents (click to expand)
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 (sched_transfer or sched_broadcast). | 123${last_sched_id} (See 2. Examples below.) |
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.