#include <OnixS/CME/DropCopy/HandlerState.h>
Public Types | |
enum | Enum { Stopped = 0, Started } |
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 |
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.