BaseContext :: statusMessage - Show status message
Status messages may be shown on a GUI application status line or on console. In order to provide application specific status display, the function has to be overloaded in the application context.
Implementation details
BaseContext  :: statusMessage ( odaba::String &sMessageText )
Typically, the status message passed in sMessageText is sent to the status line in a GUI application. When creating status line information for console applications, status information is shown on console.
- sMessageText
- Message Text
The message text is the text to be displayed in the message or decision. It may contain up to 500 characters.

