Dialog - Busy

Shows or hides the Busy dialog.

Use this action to display a "wait" message to the user while the AutoPlay application continues performing actions.

Action ID:
Action Category:
Action List Syntax:

135
Dialog
Dialog.Busy (<<DISPLAY>>, <<TEXT>>)

Settings

Display:

A true or false value (or a variable that contains a true or false value) that determines whether the Busy dialog will be shown or hidden.

If the value is true, the Busy dialog will be displayed until another "Dialog - Busy" action hides it.

If the value is false, the Busy dialog will be hidden.

Text:

The text message that you want to display on the busy dialog. (If the dialog is being hidden, this text will be ignored.)

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

Displaying a busy dialog while running a program