User Tools

Site Tools


en:actions:actionnotify

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionnotify [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Notification ======
  
 +This action shows a system notification.
 +
 +===== Standard parameters =====
 +==== Input parameters ====
 +== Title == 
 +The notifications title.
 +== Text == 
 +The notifications text.
 +
 +===== Advanced parameters =====
 +==== Input parameters ====
 +== Delay ==
 +Delay before closing the notification. The operating system uses this as a hint only.
 +== Icon ==
 +The notifications icon. Can be the path to an image or a system icon name.
 +
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#timeout|Timeout]]
 +  * [[en:actions:actionnotify#notification error|Notification error]]
 +
 +==== Notification error ====
 +<BOOKMARK:notification_error>
 +
 +This exception is thrown when the notification cannot be shown.
 +  * Default action: stop the script execution