This feature could be useful to show a confirmation message following another action.
For example:
<message title="Created configuration file '${config_file_path}' without error." icon="information" />
Possible values for icon attribute should match "positive" icons of MessageBox() function:
- information (default)
- exclamation
- none
The 'error' value and error icons shall not be supported since when an executed action returns an error, the following action (in this case a <message>) will not be executed.
The question icon shall not be supported since it is associated with a <prompt> action.
This feature could be useful to show a confirmation message following another action.
For example:
Possible values for icon attribute should match "positive" icons of
MessageBox()function:The 'error' value and error icons shall not be supported since when an executed action returns an error, the following action (in this case a
<message>) will not be executed.The
questionicon shall not be supported since it is associated with a<prompt>action.