Show Message

Function:

This tool can be used to display a message in the form of a message dialog or a notification. The message can, for example, be a warning returned by a preceding tool.

Tool Attribute:

Attribute Type Description
Message Severity [M] Selection Specifies the message severity. The message severity determines the style of the message.

Attribute values can be:

  • Information
  • Warning
  • Error

The severity of the message has no impact on the execution flow of the tool chain under an action.

Message Type [M] Selection Specifies the form in which the message is displayed.

Attribute values can be:

  • Dialog
  • Notification

Parameters:

Parameter Name I/O Type Description
Message [M] I String Specifies the message to be displayed.
Title [M] I String Specifies the title of the message dialog or notification.

Example:

A Show Message tool modelled in this form:


Show Message tool

Produces the following dialog:


Warning Dialog