Table of Contents

Enum LoopDecision

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

What the detector recommends.

public enum LoopDecision

Fields

HardStop = 2

Definite loop — stop execution immediately.

None = 0

No loop detected.

Warning = 1

Possible loop — emit a diagnostic warning but continue.