TaskProgressData.PercentComplete Field

Definition

Gets or sets a value indicating the percentage complete the task associated with this is.

public: Nullable<int> PercentComplete;
public int? PercentComplete;
val mutable PercentComplete : Nullable<int>
Public PercentComplete As Nullable(Of Integer) 

Field Value

0 <= PercentComplete <= 100 Specifying null will result in an indeterminate (spinning with no indication of percentage complete) progress bar.

Applies to