WindowsUpdateActionProgress.Progress Property
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 the current progress of an action for the WindowsUpdate object.
public:
property double Progress { double get(); };
double Progress();
public double Progress { get; }
var double = windowsUpdateActionProgress.progress;
Public ReadOnly Property Progress As Double
Property Value
Double
double
The current progress of an action for the WindowsUpdate object.
Remarks
This value is reported as a double in the range [0.0, 1.0], where 0.0 maps to 0%, and 1.0 maps to 100%.