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