You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it could be very useful if ProgressDialog would implement these interfaces:
System.IProgress<int> to report progress percentage System.IProgress<Text> to report textual progress
So the ProgressDialog object could be passed as a plain object to the running jobs, and casted to IProgress<int> and IProgress<Text> for progress reporting