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.