addressStallStatus
addressStallStatus(
v,now):AddressStallStatus
Defined in: src/review-status.ts:17
Pure tri-state decision for an auto-address streak’s current status.
- “round”: below cap, or findings empty (transient error holds the streak)
- “final”: at/over cap, finalRoundPending=true, and not yet timed out
- “stalled”: at/over cap with no pending round, or pending round has timed out
now is a ms timestamp (Date.now() or a reactive clock).
Parameters
Section titled “Parameters”number