Share via


WindowsUpdateActionCompletedEventArgs.Action Property

Definition

Gets the current action that the associated WindowsUpdate has completed.

public:
 property Platform::String ^ Action { Platform::String ^ get(); };
winrt::hstring Action();
public string Action { get; }
var string = windowsUpdateActionCompletedEventArgs.action;
Public ReadOnly Property Action As String

Property Value

String

Platform::String

winrt::hstring

The current action that the associated WindowsUpdate has completed.

Remarks

This will most commonly be "Download" or "Install". Other possible actions include "Uninstall", "Commit", and "PostReboot".

Applies to