Loads a set of schedules from a schedule configuration file. This action clears out any existing task schedules and loads the tasks from a schedule configuration file.
If you use the ScheduleTask action to add schedules, LoadSchedules
clears these schedules and replaces them with the schedules in the file. If you want to keep the ScheduleTask schedules, you can use SaveSchedules to save them to a schedule configuration file.
You can specify a schedule configuration file by setting ScheduleFile. If you do not set ScheduleFile, IDOL Speech Server uses the schedule file name currently associated with the schedule manager (that is, the file last used for scheduling). This file might be the file that you configured in the ScheduleFile configuration parameter, or a file that was generated in a previous LoadSchedules
or SaveSchedules action.
If you do not set ScheduleFile and there is no existing schedule file to use, the action returns an error.
http://localhost:15000/a=LoadSchedules&ScheduleFile=speechserver-schedule.txt
This action loads schedules from the speechserver-schedule.txt
schedule configuration file.
Parameter | Description | Required |
---|---|---|
OutputEncoding | The encoding to use for the action output. | |
ScheduleFile | The schedule file to load the schedules from. |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |
|