Skip to content
Snippets Groups Projects
Commit b1e8d307 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update docs for js.auto_terminate to clarify: disconnection will trigger too

User disconnection will trigger auto-terminate (eventually) as well. But only
in the terminal server.
parent a474017f
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ static jsSyncPropertySpec js_properties[] = {
,JSDOCSTR("JavaScript engine version information (AKA system.js_version) - <small>READ ONLY</small>")
},
{ "auto_terminate", PROP_AUTO_TERMINATE,JSPROP_ENUMERATE, 311
,JSDOCSTR("Set to <i>false</i> to disable the automatic termination of the script upon external request")
,JSDOCSTR("Set to <i>false</i> to disable the automatic termination of the script upon external request or user disconnection")
},
{ "terminated", PROP_TERMINATED, JSPROP_ENUMERATE, 311
,JSDOCSTR("Termination has been requested (stop execution as soon as possible)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment