Ends a task. Set the Token parameter to specify the task to stop.
http://localhost:13000/action=AbortTask&Token=MTAuMS4zLjgy0jEzMDAw0kFERFRBU0s6LTEy0Tk0OTU3Ng==
This action ends the task with token MTAuMS4zLjgy0jEzMDAw0kFERFRBU0s6LTEy0Tk0OTU3Ng== on the IDOL Speech Server located on the local machine with ACI port 13000.
| Parameter | Description | Required |
|---|---|---|
| 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 | Write output to a file. | |
| OutputEncoding | The encoding to use for the action output. | |
| 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. | |
| Token | The token of the task that you want to stop. | Yes |
|
|