Resume Schedule

Summary

The RESUME SCHEDULE command reinstates the specified schedule if suspended. Connect does not execute schedules found in a suspended state.

Syntax

resume schedule [if exists] <schedule_name>;

Parameters

Parameter
Description
[if exists]
(Optional) Suppresses XSQL error if schedule does not exist.
<schedule_name> The name of the schedule to resume.

Details

Refer to SHOW SCHEDULES to determine the current processing state of the schedule object.

Examples

resume schedule sch_upload_payees;

Related Commands

ALTER SCHEDULE

CREATE SCHEDULE

DROP SCHEDULE

SHOW SCHEDULES