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

◆ MessageUser() [3/3]

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.

See also
MessageUserF() formatted output.
SdsListToUser() for output of an SDS structure
MessageUserStreamBuf to implement a stream buffer that outputs using MessageUser().
Parameters
textThe message to be sent to the user.

Reimplemented from drama::MessageHandler.