TestimoX

API Reference

Enum

WindowsUpdateComplianceState

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

Severity state produced by the operator-facing Windows Update compliance summary.

Inheritance

  • Enum
  • WindowsUpdateComplianceState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WindowsUpdateComplianceState NoData #

No usable data was available to determine compliance posture.

Value: 0
public const WindowsUpdateComplianceState Healthy #

No warning or critical indicators were detected.

Value: 1
public const WindowsUpdateComplianceState Warning #

One or more warning indicators were detected.

Value: 2
public const WindowsUpdateComplianceState Critical #

One or more critical indicators were detected.

Value: 3