Share via


WindowsUpdateScanCompletedEventArgs.Succeeded Property

Definition

Gets a value indicating whether the completed scan succeeded.

public:
 property bool Succeeded { bool get(); };
bool Succeeded();
public bool Succeeded { get; }
var boolean = windowsUpdateScanCompletedEventArgs.succeeded;
Public ReadOnly Property Succeeded As Boolean

Property Value

Boolean

bool

true if the completed scan succeeded; otherwise, false.

Remarks

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

Applies to