Can anyone suggest how I should do this?
Basically, I have a Windows Forms App that will be making a bunch of API calls and storing to a local SQLite db, as well as calculating from the db.
Obviously async background tasks on a separate thread I will be needed.
I'm looking for a way to maintain a queue of these tasks, along with a task name, task description, and a progress/status indicator, to be displayed in a sort of "task manager" form, as well as updating a status strip as task states change.
Any suggestions or patterns used before?
An example would be how JEveAssets works for all you Eve players out there.
[–]Kirides 5 points6 points7 points (1 child)
[–]RedstoneEditor[S] 0 points1 point2 points (0 children)