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

◆ MessageUser() [2/2]

void drama::thread::TAction::MessageUser ( const std::string &  text) const
overridevirtualinherited

Use DRAMA to send a message to the user.

The supplied text is send to the user using

See also
MsgOut(). Normally this appears the user interface.

If the message contains line feed characters (
), then they are used to break the message up.

Parameters
textThe message to be sent to the user.

Reimplemented from drama::MessageHandler.

Examples
threadbasic.cpp.