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

◆ MessageUser() [2/2]

void drama::thread::TUface::MessageUser ( const std::string &  text) const
overridevirtual

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.

These will be sent in DRAMA's UFACE context, they will appear where ever the task is sending its UFACE MsgOut() messages. This is often set using DitsUfacePutMsgOut()

Parameters
textA string to be sent to the user.

Implements drama::thread::TMessHandler.

Referenced by MessageUser().