3.2.4.2 SendMessageToUI Abstract Interface

This abstract interface is called by the client processing rules to present the user with a text-based message.

 SendMessageToUI(
     [in] string message);

message: The message to be presented to the user.