OnixS CME Drop Copy Handler for C++  5.3.0.0
Understanding 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.