cancel thread
/threads/{threadid}/cancel [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9500 | 5.0100 | xml |
Description
Cancel an Asynchronous process.
This service attempts to cancel a running thread. There is no guarantee that the thread actually stops when requested as it depends on the underlying process.
Invoking this service has no effect if the thread does not exist.
Parameters
No parameters required.
Permission
This service requires administrator.
Response
This service returns the following XML:
<thread-cancel/>
Error Handling
No specific errors expected for this service.