Calculate progress of parallel transfers
I am trying to parallel download a folder from a url (which works perfectly) but now i was wondering whether i can calculate the total progress into one progressbar. I used
downloadProgressBar.Value = (int)(ee.OverallProgress * 100)
before I used parallel.