OperatingSystem.ControlService
Module | OperatingSystem |
---|---|
Method | |
Library | Core |
Action | Action to start, stop, etc. a service or daemon. |
Parameters | NoteIf the |
Return values | |
Example | OperatingSystem.ControlService(Service:"MisbehaveSvc", Startup:"Disabled"); For backwards compatibility this example use the deprecated " OperatingSystem.ControlService(Service:"MisbehaveSvc", Action:"Stop", StopDependencies:true); |
Platforms |
|
Notes | This cannot be used to stop, pause or disable the Tachyon and 1E Client services/daemons but start, restart and resume operations are allowed. For Windows, the For Linux systems that use For Mac, the "Due to bugs in the previous implementation [of So the method will always appear to succeed on the Mac even if the specified service does not exist or some other error occurs. |
Warning | Setting |