TestimoX

API Reference

Enum

WindowsUpdateServiceRegistrationState

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

Represents the registration state of a Windows Update service.

Inheritance

  • Enum
  • WindowsUpdateServiceRegistrationState

Values

public const WindowsUpdateServiceRegistrationState Unknown #

The registration state could not be determined.

Value: 0
public const WindowsUpdateServiceRegistrationState NotRegistered #

The service is not registered.

Value: 1
public const WindowsUpdateServiceRegistrationState RegistrationPending #

The service registration is pending.

Value: 2
public const WindowsUpdateServiceRegistrationState Registered #

The service is registered.

Value: 3