Skip to main content

Pause Script API

  • Description

    POST /pause_script HTTP/1.1
  • Possible Responses

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

    • This interrupts the script at any point where it can yield or wait. This API is strongly discouraged for general use.
    • Repeated calls have no extra effect.
    • This API is triggered when the volume-key selection menu appears; avoid conflicts if you rely on that feature.