TestimoX

API Reference

Enum

WindowsUpdateUninstallCandidateState

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

Describes the operator-facing risk state for a Windows Update uninstall candidate.

Inheritance

  • Enum
  • WindowsUpdateUninstallCandidateState

Values

public const WindowsUpdateUninstallCandidateState Informational #

No elevated risk indicators were found for this candidate.

Value: 0
public const WindowsUpdateUninstallCandidateState Warning #

Warning indicators were found for this candidate.

Value: 1
public const WindowsUpdateUninstallCandidateState Critical #

Critical indicators were found for this candidate.

Value: 2