ShowProgress
This command enables or disables a popup progress box for all Server commands. The elapsed number of seconds and the current activity are displayed.
Group: Server Extensions
Syntax: Server.ShowProgress(bShow)
bShow (Boolean) True or False for turning on or off the progress bar
Example:
Server.ShowProgress(True)