|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Use DRAMA to send a message to the user.
The supplied text is send to the user using
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()
| text | A string to be sent to the user. |
Implements drama::thread::TMessHandler.
Referenced by MessageUser(), and MessageUserF().