WindowsUpdate.CurrentAction 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 action that the WindowsUpdate object is in the process of.
public:
property Platform::String ^ CurrentAction { Platform::String ^ get(); };
winrt::hstring CurrentAction();
public string CurrentAction { get; }
var string = windowsUpdate.currentAction;
Public ReadOnly Property CurrentAction As String
Property Value
The current action that the WindowsUpdate object is in the process of.
Remarks
This will most commonly be "Download" or "Install". Other possible actions include "Uninstall", "Commit", and "PostReboot".