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

◆ _MessageUser()

virtual void drama::Task::_MessageUser ( const std::string &  text) const
virtualinherited

Use DRAMA to send a message to the user.

This version MessageUser() should not normally be invoked by user code. They should prefer the drama::MessageHandler and drama::Thread methods. The results of this version are not well defined, but it is used to implement the high level versions.

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 (\n), then they are used to break the message up.

Parameters
textThe message to send to the user.