TestimoX

API Reference

Enum

WindowsUpdateHistoryResult

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the result of a Windows Update history operation.

Inheritance

  • Enum
  • WindowsUpdateHistoryResult

Values

public const WindowsUpdateHistoryResult Unknown #

The result code could not be determined.

Value: 0
public const WindowsUpdateHistoryResult NotStarted #

The operation has not started.

Value: 1
public const WindowsUpdateHistoryResult InProgress #

The operation is in progress.

Value: 2
public const WindowsUpdateHistoryResult Succeeded #

The operation completed successfully.

Value: 3
public const WindowsUpdateHistoryResult SucceededWithErrors #

The operation completed with non-fatal errors.

Value: 4
public const WindowsUpdateHistoryResult Failed #

The operation failed.

Value: 5
public const WindowsUpdateHistoryResult Aborted #

The operation was aborted.

Value: 6