Service actions return data about the service and allow you to control the service.
If you add the ServicePort, ServiceStatusClients, and ServiceControlClients settings to the [Service]
section of the configuration file, the service port is enabled and accepts the following standard status and control actions:
ACIThreadStatus | Returns the status of the service threads. |
Diagnostic | Creates a ZIP file that contains information useful for troubleshooting. |
GetConfig | Returns the service configuration file settings. |
GetLogStream | Returns a specific log stream for the service. |
GetLogStreamNames | Returns the names of the log streams that have been set up for the service. |
GetStatistics | Returns statistics for the service. |
GetStatus | Returns the service status (running or stopped). |
GetStatusInfo | Returns status information for the service (for example, the service product name and version number). |
Stop | Stops the service. |
ValidateConfig | Returns a list of any configuration errors such as repeated or unused configuration keys and sections. |
|