ProgressRing
ProgressRing API can be used to show busy icon as part of running time consuming logic inside the script. In case, script makes any server call either through IOM API or HTTPClient, busy icon can be shown over the wizard to indicate the activity.
showProgressRing
Shows busy icon on the Wizard.
appStudioWizard.showProgressRing()
hideProgressRing
Hides busy icon on the Wizard.
appStudioWizard.hideProgressRing()