OnixS CME Drop Copy Handler C++ library  5.6.0
API documentation
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:

State Description
OnixS::CME::DropCopy::HandlerState::Stopped Handler is stopped or was not executed yet.
OnixS::CME::DropCopy::HandlerState::Started Handler is started.