ui.showNotification
Show a notification above the system tray for a short time.
text string
none
ui.showNotification("Hello world!")
Notifications are similar to standard Windows toast notifications but are standalone and always displayed. They do not stack or go to the Action Centre.
Spamming ui.showNotification will simply replace the current message and reset the display timer.
Generated on the 26 June 2024 at 22:01:29 (UK Time)