Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 678 Bytes

windowsupdateactioncompletedeventargs_succeeded.md

File metadata and controls

27 lines (16 loc) · 678 Bytes
-api-id -api-type
P:Windows.Management.Update.WindowsUpdateActionCompletedEventArgs.Succeeded
winrt property

Windows.Management.Update.WindowsUpdateActionCompletedEventArgs.Succeeded

-description

Gets a value indicating whether the completed action succeeded.

-property-value

true if the completed action succeeded; otherwise, false.

-remarks

This property affords quick reference as to whether an action was successful. If the action failed, then you can obtain more information by checking the ExtendedError code.

-see-also

-examples