Open topic with navigation
<viz>.message
This command will display a message box to the user
prompt
The message to display
Remarks
Use this command when you need to display an important message to the user. This command will halt all events until the user clicks 'Ok'
Return Value
None
Example
viz.message('Some important message')
See also