To end a specified task, send an AbortTask
action.
http://host:port/action=AbortTask&Token=token
where:
host
|
is the IP address or name of the machine where IDOL Speech Server is installed. |
port
|
is the ACI port by which actions are sent to IDOL Speech Server (set by the Port parameter in the IDOL Speech Server configuration file's [Server] section). |
token
|
is the token of the task that you want to stop. |
For example:
http://localhost:13000/action=AbortTask&Token=MTAuMS4zLjgyOjEzMDAwOkFERFRBU0s6LTEyOTk0OTU3Ng==
This action ends the task with token MTAuMS4zLjgyOjEzMDAwOkFERFRBU0s6LTEyOTk0OTU3Ng==
on the IDOL Speech Server located on the local machine with the ACI port 13000
.
|