OnixS CME Drop Copy Handler C++ library 5.7.1
API documentation
Loading...
Searching...
No Matches
Handler States

Handler States

To get understanding in which state the Handler currently is, it's necessary to implement OnixS::CME::DropCopy::HandlerStateChangeListener class interface and associate an instance with the Handler using OnixS::CME::DropCopy::Handler::registerHandlerStateChangeListener member.

Below table describes all possible states for the Handler:

StateDescription
OnixS::CME::DropCopy::HandlerStates::StoppedHandler is stopped or was not executed yet.
OnixS::CME::DropCopy::HandlerStates::StartedHandler is started.