How to Pause or sleep the background worker thread
I m using the background worker thread to done the task. i m using this because my application required the update of the GUI based on the status of work so background worker thread will be helpful to me. Now the issue is that i have one button of pause/resume to pause/resume the working of this background worker thread. i haven't found any function of this component to perform this task.
Kindly help me in this regard
Thanks in advance
|