PauseSchedules
Temporarily stops the connector starting scheduled tasks. Any tasks that are currently running are allowed to finish but the connector will not start tasks that are scheduled to start.
Type: Synchronous
Parameter Name | Description | Required |
---|---|---|
Sections
|
A comma-separated list of task schedules to pause. Specify the names of the tasks as configured in the connector's configuration file. If you don't set this parameter the action pauses all task schedules. | No |
Example
http://localhost:7002/action=PauseSchedules&Sections=MyTask,AnotherTask
Response
<autnresponse> <action>PAUSESCHEDULES</action> <response>SUCCESS</response> <responsedata> </responsedata> </autnresponse>
See Also
To resume starting scheduled tasks, run the action ResumeSchedules.