ProApp Designer - Release 14.10 (Package 32)

Progress Ring

The ProgressRing API is used to display a busy icon during time-consuming operations within a script. When the script makes a server call—whether through the IOM API or HTTPClient—the busy icon can be shown over the wizard to indicate ongoing activity.

Shows busy icon on the Wizard.
appStudioWizard.showProgressRing()

Hides busy icon on the Wizard.
appStudioWizard.hideProgressRing()