Public Types | |
enum | Enum |
Static Public Member Functions | |
static std::string | toString (Enum state) |
Definition at line 31 of file HandlerState.h.
enum Enum |
Available Handler's states.
Enumerator | ||
---|---|---|
Stopped | 0 | Handler is stopped. |
Started | Handler is started but no data processing is performed yet. |
Definition at line 34 of file HandlerState.h.
|
static |
Returns string representation of a state.