Message action (<message> element)

The Message action displays a popup window that includes a title, a message, and an OK button. The macro runtime does not terminate the action until the user clicks OK.

You can use this message in many scenarios, such as the following:
  • To display an instruction, error message, or status message to the user.
  • To suspend execution of the macro until the user has performed some action.
  • To display values for debugging.