TaskProgressData.PercentComplete Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.