BackgroundWorker IsRunning Property?

I'm trying to use the BackgroundWorker class and wanted to find out if my instance was currently busy.  I was hoping for a IsRunning or similar type of property.  But none exists.  Using reflector I saw that a private field exists called isRunning.  It would be nice if this flag was made available to users in a property.

-Robert


Answer this question

BackgroundWorker IsRunning Property?

  • Juergen Weis

    corret me if i'm wrong, but as long as your RunWorkerCompleted has not been invoke, so it is still running
  • HeloiseD

    Same problem here ... It would be nice if a IsRunning property will be available in the next beta or in the final version.
  • BackgroundWorker IsRunning Property?