ServiceStateCategoryΒΆ

Enumeration ServiceStateCategory

The ServiceStateCategory is used to categorize a ServiceState into a specific class.

Enumeration Members

CONNECTED: 3

Contains all connected related States.

CONNECTING: 2

Contains all connection and setup related States.

ERROR: 5

Contains all error related States.

IDLE: 1

Contains all initialization related States.

SHUTDOWN: 6

Contains all shutdown related States.

WARNING: 4

Contains all warning related States.