Skip to content

18.stop_python_program

Stop python program interface in ide:
Stop the python program in ide.

Message:

json
{
    "cmd": "stop_python_program",
    "data": {
        "version":"lite6",
        "user_Id":"test",
        "stopX": true
    },
    "id": "1"
}

\

Request:

datatypeRequired fieldsDescription
versionstringyesLite6 arm passes “lite6”, other types pass null
user_IdstringyesDefault pass test
stopXboolyesWhether to trigger an emergency stop

\

Respons:

code=0->Success;
code!=0->
1111 indicates that the ide program stop that could not be found for execution.

\