Skip to main content

Message Box

Displays a message box with specified text and title.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Text - The text to display on the message box.
  • Title - The title of the message box.

Output

  • Confirmed - Indicates whether the user clicked on the "Yes" button.

Options

  • Type - The type of the message box.
    • "Yes / No" - Displays a message box with "Yes" and "No" buttons.
    • "Info" - Displays an information message box.
    • "Error" - Displays an error message box.