Show/Hide a Wait Message Dialog
This action lets your package display or hide a wait message dialog: this dialog does not contain any button, it works as an indicator to inform end users what the package is doing. You can see similar messages in standard Setup programs (“Please wait while creating shortcuts…”).
The message dialog is non-modal: that means the package will continue its execution during the display of this message.
| Property Name | Data Type | Description |
|---|---|---|
| TextToDisplay | String | The text that should appear on the dialog box. Something to inform your end users as Please wait while .... Please use a short sentence! |
| WhatToDo | TswmAction | Two possible values: swmShowMessage causes the package to display the wait message dialog. swmHideMessage causes the package to destroy the wait message dialog. |
Action Catalog Browse all available custom actions.