ResumeSchedules
Instructs the connector to resume starting scheduled tasks, for task schedules that have been paused by the action PauseSchedules.
Type: Synchronous
Parameter Name | Description | Required |
---|---|---|
Sections
|
A comma-separated list of task schedules that you want to resume. Specify the names of the tasks as configured in the connector's configuration file. If you don't set this parameter the action resumes all task schedules. | No |
Example
http://localhost:7002/action=ResumeSchedules&Sections=MyTask,AnotherTask
Response
<autnresponse> <action>RESUMESCHEDULES</action> <response>SUCCESS</response> <responsedata> </responsedata> </autnresponse>