HtmlForgeX

API Reference

Enum

TablerServiceConfigProbeState

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

Visual/state semantics for reusable service probe catalog items.

Inheritance

  • Enum
  • TablerServiceConfigProbeState

Usage

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

Accepted by parameters

Values

public const TablerServiceConfigProbeState Normal #

The probe is enabled and has no notable warning.

Value: 0
public const TablerServiceConfigProbeState Warning #

The probe is enabled but needs operator attention.

Value: 1
public const TablerServiceConfigProbeState Error #

The probe has a blocking error or failed validation.

Value: 2
public const TablerServiceConfigProbeState Disabled #

The probe is configured but disabled.

Value: 3