WindowsUpdateActionResult.Succeeded 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 a value indicating whether the completed action succeeded.
public:
property bool Succeeded { bool get(); };
bool Succeeded();
public bool Succeeded { get; }
var boolean = windowsUpdateActionResult.succeeded;
Public ReadOnly Property Succeeded As Boolean
Property Value
Boolean
bool
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.