Closed
Description
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