TaskExecutionProgressEventArgs.ProgressPercentage Property

Definition

Gets the asynchronous progress percentage of the event.

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

Property Value

An integer that represents the progress percentage of the event.

Applies to