I am using a background thread in my download page. I am leaving the download page and going to item deatis page. I need to change the status of item that is currently downloading to "Downloaded" when the download thread completes. How can I know that the thread is finished?
Asked
Active
Viewed 104 times
0
-
Check this one http://stackoverflow.com/questions/945122/how-can-i-tell-if-a-thread-is-finished-executing-without-polling-threadstate – adams Apr 20 '12 at 06:19