IReportProgress.IsRunning Property

Definition

Gets a value indicating whether the state of the operation is running.

public:
 property bool IsRunning { bool get(); };
public bool IsRunning { get; }
member this.IsRunning : bool
Public ReadOnly Property IsRunning As Boolean

Property Value

True if the operation is running; otherwise, false.

Applies to