This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
system.service.autoStart()
krisdb2009 edited this page Sep 2, 2017
·
2 revisions
This method will set the service's autostart key in the registry. And will make it so that this service will start next time Webdows is ran.
This method returns the previous object if an argument is given.
This method will return a true or false depending on weather the service is set to auto-start or not.
mixed = new system.service().autoStart(bool autoStart);
autoStart: If true, the service will auto-start.
var service = new system.service();
service.autoStart(); //This will return false
service.autoStart(true); //This will return the service object
service.autoStart(); //This will return true
below average 2017
system Object
- bootLoader Object
- error Method
- files Property
- formatAMPM Method
- guid Method
- intervals Object
-
is Object
- mobile Method
- loader Method
- registry Object
-
service Class
- autoStart Method
- id Method
- interval Method
- path Method
- registerService Method
- run Method
- unregisterService Method
- updateRegistry Method
- services Object
explorer Object
- context Class
- drag Method
- file_explorer Method
- initiate Method
-
start Object
- addLButton Method
- addRButton Method
- allProgramsSearch Method
- allProgramsToggle Method
- append Method
- initiate Method
- toggle Method
- tabset Class
- theme Method
- window Class
- windows Object