ServiceStatus Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Name | Value | Description | |
---|---|---|---|
ALREADY_RUNNING | 2 | ||
ALREADY_STOPPED | 4 | ||
CONFLICT_RESTARTED | 7 | ||
NOT_RUNNING | 0 | ||
RESTARTED | 6 | ||
RUNNING | 1 | ||
STOPPED | 3 | ||
UNKNOWN_ERROR | 5 |