TestimoX

API Reference

Enum

WindowsUpdatePatchImpactSeverity

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

Optional broader business or service impact severity associated with a Windows Update target.

Inheritance

  • Enum
  • WindowsUpdatePatchImpactSeverity

Values

public const WindowsUpdatePatchImpactSeverity Unknown #

No explicit impact severity was supplied.

Value: 0
public const WindowsUpdatePatchImpactSeverity Informational #

The target has low-priority or informational impact.

Value: 1
public const WindowsUpdatePatchImpactSeverity Warning #

The target has warning-level impact that should influence patch prioritization.

Value: 2
public const WindowsUpdatePatchImpactSeverity Critical #

The target has critical impact and should strongly influence patch prioritization.

Value: 3