ui.printNotificationError
Description
Similar to ui.printNotification except the notification text is red and the text printed to the output window is bold.

Parameters
text string

Return value
none

Example
ui.printNotificationError("Cannot unable specified invalid whatever")

Comments

See also
ui.printNotification
ui.printNotificationSuccess

Back