Interaction.ShowNotification
| Method | |
|---|---|
| Module | Interaction | 
| Library | Core | 
| Action | Displays a pop-up notification to one or more user sessions. The notification includes a title, a description and the type of icon to be displayed. The method will return immediately with an indication of whether the user session was successfully notified. Notifications do not require a user response. | 
| Parameters | 
 
 Minimum of 30 seconds, maximum of 900 seconds. 
 
 It may be one of:  
 If Username is not supplied then the notification will be directed to all active user sessions. | 
| Return values | 
 A string value of Notified meaning successfully notified. 
 
 | 
| Example | Interaction.ShowNotification(Title:"Scheduled maintenance", Description:"Documentation system going down in 5 minutes", Type:"Information", TimeoutSeconds:300); @description = SELECT "For security reasons, you are not permitted to use Zoom on your company PC. " || char(13) || "Please use either:" || char(13) || "Microsoft Teams, Cisco Webex, Google Hangout "; Interaction.ShowNotification(Description:@description, Title:"Collaboration Tools Policy",Type:"Warning"); | 
| Platforms | 
 | 
| Notes |