Tagged Questions
4
votes
2answers
502 views
UI pattern for showing progress of concurrent tasks?
This is in the context of a desktop application.
Typically if you fire off a request to some back end server then it is nice to be able to show some sort of progress indicator in say the status with ...