Skip to main content

Pause Script API

  • Description

    POST /pause_script HTTP/1.1
  • Possible Responses

    {"code":0,"message":"Success"}
  • Notes

    • Will interrupt the script at possible yield/wait points. 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.