WindowsUpdateScanCompletedEventArgs.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 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.