ui.printNotificationSuccess
Description
Similar to ui.printNotification except the notification text is green.

Parameters
text string

Return value
none

Example
ui.printNotificationSuccess("Task completed successfully")

Comments

See also
ui.printNotification
ui.printNotificationError

Back