Domain Detective

API Reference

Enum

AgentReadinessCheckStatus

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Status of an individual agent readiness check.

Inheritance

  • Enum
  • AgentReadinessCheckStatus

Usage

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

Values

public const AgentReadinessCheckStatus Pass #

The check passed.

Value: 0
public const AgentReadinessCheckStatus Warning #

The check produced a warning.

Value: 1
public const AgentReadinessCheckStatus Fail #

The check failed.

Value: 2
public const AgentReadinessCheckStatus Info #

The check is informational only.

Value: 3
{{ include "footer" }}