Content:
- Examples
- Properties
- Methods

A ProgressDialog is a pop-up dialog that indicates the progress of a task, often accompanied by a loading spinner or bar.

prd = ui.showProgressDialog( text?, options? ) → ui object: ProgressDialog

Here are the available methods for the ProgressDialog Component.

Examples

Example - Progress Dialog click to expand contents 

Example - Nocancel progress dialog click to expand contents 

Properties

The following properties are available on the ProgressDialog object:

textString

Methods

The following methods are available on the ProgressDialog object:

hide()
show()