PST SDK
6.0.0.0-272350a
|
Pause tracking
Pause the tracking system, stop producing tracking results and enter low-power mode. Tracking can be resumed with a subsequent call to PSTapi/Start.
POST /PSTapi/Pause HTTP/1.1
Host: address:port
Returns a status message.
Status Code | Content Example | Meaning |
---|---|---|
200 | {"message":"Server on Pause"} | Success message |
500 | {"message":"TrackerException: <...>"} | An other type of internal error |