Property ShouldStop
- Namespace
- LMKit.Agents.Orchestration
- Assembly
- LM-Kit.NET.dll
ShouldStop
Gets or sets a value indicating whether the orchestration should stop. Volatile-backed: a write from one parallel agent is immediately visible to other agents polling this flag for early-exit signaling.
public bool ShouldStop { get; set; }