IReportProgress.Progress Property

Definition

Gets the current percentage of progress.

public:
 property int Progress { int get(); };
public int Progress { get; }
member this.Progress : int
Public ReadOnly Property Progress As Integer

Property Value

Value less than 0 or greater than 100 indicates that operation is not running. A value of 0 means that the operation is running but there is no information about progress (used for unknown-length operations). Values from 1 to 100 indicate the actual progress.

Applies to