ProgressDialog.show

Shows the progress dialog. Will run the callback in a thread and block until it is closed or percent reaches 100.

class ProgressDialog
void
show
(
void delegate(
)
cb
)

Meta