Pause Script API
-
Description
POST /pause_script HTTP/1.1 -
Possible Responses
{"code":0,"message":"Success"} -
Notes
- This will interrupt the script at possible yield/wait points. This API is strongly discouraged for general use.
- Repeated calls have no extra effect.
- This API is called when the volume-key action menu is shown; avoid conflicts if you rely on that feature.