| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
some script options More...
import <LuaService.idl;
| Public Attributes | |
| map< string, string > | defaultArgs | 
| default arguments are passed to the lua script | |
| boolean | autoStart | 
| starts a script after system booting | |
| boolean | autoRestart | 
| restarts a script after termination or crash | |
some script options
Definition at line 68 of file LuaService.idl.
| boolean luaservice::ScriptOptions::autoRestart | 
restarts a script after termination or crash
Definition at line 71 of file LuaService.idl.
| boolean luaservice::ScriptOptions::autoStart | 
starts a script after system booting
Definition at line 70 of file LuaService.idl.
| map<string, string> luaservice::ScriptOptions::defaultArgs | 
default arguments are passed to the lua script
Definition at line 69 of file LuaService.idl.