Suspend Schedule
Summary
The SUSPEND SCHEDULE command indefinitely prevents future invocations of the specified schedule.
Syntax
suspend schedule [if exists] <schedule_name>; |
Parameters
|
Parameter
|
Description
|
|---|---|
| [if exists] | (Optional) Suppresses an XSQL error if the schedule does not exist. |
<schedule_name> |
The name of the schedule to suspend. |
Details
Use RESUME SCHEDULE to reactivate a suspended schedule.
Examples
suspend schedule sch_generate_csv_reports; |
