IReportProgress.IsRunning 属性

定义

获得一个值,表示操作状态是否正在运行。

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

属性值

True如果操作正在运行;否则,。 false

适用于