Displays a dialog window with a progress bar and an optional “time remaining” counter.
0 |
String |
Dialog Title |
The title to display in the dialog. |
1 |
String |
Text Message |
The text to display in the dialog. |
2 |
Integer |
Current Position |
The current integer value for the progress bar. |
3 |
Integer |
Upper Limit |
The integer value at which the progress bar is at 100%. |
4 |
Boolean |
Suppress Time Remaining? |
Indicates whether a timer should be displayed that estimates the amount of time remaining for the operation. |
5 |
Boolean |
Close Dialog? |
Indicates whether the dialog (as named in argu- ment 0) should be displayed or closed. |
None.
SUCCESS |
This command always succeeds. |
None.