ServiceState.h File Reference
Go to the source code of this file.
Typedefs | |
typedef enum ServiceState | ServiceState |
Service states. More... | |
Enumerations |
Typedef Documentation
typedef enum ServiceState ServiceState |
Service states.
The service does not hold onto any of these states. They are just notification states that allow the keep alives and timeouts to be correctly managed.
Enumeration Type Documentation
enum ServiceState |
Service states.
The service does not hold onto any of these states. They are just notification states that allow the keep alives and timeouts to be correctly managed.
Enumerator | |
---|---|
SS_Started |
Service has started. |
SS_Stopped |
Service is stopped. |
SS_OK |
Service is ok. |
SS_Kicked |
Service has been kicked by an admin user. |
SS_InUse |
Service is in use by another user. |