WindowsUpdate.CurrentAction Property

Definition

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

String

Platform::String

winrt::hstring

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".

Applies to