Method HandedOn
- Namespace
- MailFathom.Application.Observability
- Assembly
- MailFathom.Application.dll
HandedOn(bool)
Records that the segment handed the rest of the walk on, and whether the queue took it.
void HandedOn(bool queued)
Parameters
queuedboolWhether the segment that carries the remainder is waiting in the queue.
Remarks
A queue at its bound refuses the hand-on, and that is the one way a run stalls without anything failing: it stays outstanding, nothing carries it, and no dead letter records it either. So the segment reports it rather than discarding it, which is what puts the stall in front of an operator watching the deployment instead of leaving it to be inferred from a progress figure that stopped moving.