Messages methods and components
Use these options to display message boxes, input boxes, or toast notifications in your automations.
The following tables show the methods and components that are available:
Methods
Method | Description |
ShowMessageBox | Displays a message box and returns a result. The overload methods
allow you to select the following parameters:
|
ShowInputBox | Displays a text message or a question to a user, with a box that
allows the user to type input. The text message that is displayed is
the string argument that you provide. The overload methods allow you
to select the following parameters:
|
Components
Component | Description |
ToastNotification | Use to display toast-style notifications. A toast notification is
a nonmodal window element that you can use to display brief messages
that automatically expire. ![]() |
Previous topic Log components and methods Next topic Process methods