TestimoX

API Reference

Enum

WindowsUpdateOperationResultCode

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

Represents the WUA operation result code returned by download and install actions.

Inheritance

  • Enum
  • WindowsUpdateOperationResultCode

Values

public const WindowsUpdateOperationResultCode Unknown #

No result code was available.

Value: -1
public const WindowsUpdateOperationResultCode NotStarted #

The operation has not started.

Value: 0
public const WindowsUpdateOperationResultCode InProgress #

The operation is in progress.

Value: 1
public const WindowsUpdateOperationResultCode Succeeded #

The operation completed successfully.

Value: 2
public const WindowsUpdateOperationResultCode SucceededWithErrors #

The operation completed with non-fatal errors.

Value: 3
public const WindowsUpdateOperationResultCode Failed #

The operation failed.

Value: 4
public const WindowsUpdateOperationResultCode Aborted #

The operation was aborted.

Value: 5