OperatingSystem.GetServiceInfo
Module | OperatingSystem |
---|---|
Method | |
Library | Core |
Action | Retrieves a list of all services, or a single named service. |
Parameters | |
Return values | |
| |
Note'Per-user' is only reported from v5.2 onwards; it was an <empty string> for per-user services in older versions. | |
| |
| |
| |
| |
| |
| |
| |
| |
Example | OperatingSystem.GetServiceInfo(); |
Platforms |
|
Notes | If you specify a service name to look up, it must be the complete name (i.e. the method does not do any partial matching). If this service does not exist, or its details cannot be retrieved, the method returns no data. |