Table of Contents

Enum CircuitState

Namespace
JD.AI.Core.Safety
Assembly
JD.AI.Core.dll

Circuit breaker state machine states.

public enum CircuitState

Fields

Closed = 0

Normal operation — all calls pass through detection.

HalfOpen = 2

Cooldown expired — limited probe calls allowed to test recovery.

Open = 1

Loop detected — calls are blocked until cooldown expires.