progressDialog
inline fun progressDialog(worker: Worker<*>?, configuration: ProgressDialog.() -> Unit): Optional<Void>
Build a progress dialog.
Return
nothing.
Parameters
worker
progress worker.
configuration
custom dialog action.
Build a progress dialog.
nothing.
progress worker.
custom dialog action.