AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ EventStatus

Detailed status of the message is returned using this enum.

Enumerator
NotStarted 

The message has not been sent as yet.

Running 

The message has been sent and has not completed.

Failed 

The message has completed with a failure.

Completed 

The message has completed successfully.