break
Immediately pauses Lua execution, either for a named session or for every session.
/action=luaDebug&command=break[&session=SessionID]
Type: Synchronous
| Parameter Name | Description | Required | 
|---|---|---|
| Session | To pause Lua execution for a single session, instead of every session, set this parameter to the session ID. You can retrieve a session ID by using the get-status command. | No | 
Example
http://localhost:7000/action=luadebug&command=break
Response
<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/">
  <action>LUADEBUG</action> 
  <response>SUCCESS</response> 
  <responsedata>
    <data>
      <command>break</command> 
    </data>
  </responsedata>
</autnresponse>