WindowsUpdateActionResult.Succeeded Property

Definition

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.

Applies to