TestimoX

API Reference

Enum

WindowsUpdateNotificationLevel

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

Describes how Automatic Updates notifies users about Windows Update activity.

Inheritance

  • Enum
  • WindowsUpdateNotificationLevel

Values

public const WindowsUpdateNotificationLevel NotConfigured #

Automatic Updates policy is not configured.

Value: 0
public const WindowsUpdateNotificationLevel Disabled #

Automatic Updates is disabled.

Value: 1
public const WindowsUpdateNotificationLevel NotifyBeforeDownload #

Notify before downloading updates.

Value: 2
public const WindowsUpdateNotificationLevel NotifyBeforeInstallation #

Notify before installing updates.

Value: 3
public const WindowsUpdateNotificationLevel Scheduled #

Automatically download and install on a schedule.

Value: 4