Share via


BaseTaskForm.BackgroundJobRunning Property

Definition

Gets a value indicating whether the background worker thread is busy.

protected:
 property bool BackgroundJobRunning { bool get(); };
protected bool BackgroundJobRunning { get; }
member this.BackgroundJobRunning : bool
Protected ReadOnly Property BackgroundJobRunning As Boolean

Property Value

true if the background worker thread is busy; otherwise, false.

Applies to