The ExtendedBackgroundWorker type exposes the following members.

Properties

  Name Description
Public property BackgroundThread
Gets the background worker executing thread.
Public property CancellationPending
Gets the flag if background worker is in cancellation state.
Public property IsBusy
Gets the flag if background worker is busy.
Public property WorkerReportsProgress
Gets or sets if background worker can report progress.
Public property WorkerSupportsCancellation
Gets or sets if background worker supports cancellation.

See Also