pub fn record(
state: &mut Value,
cfg: Config,
ok: bool,
now_ms: u64,
) -> TransitionExpand description
Record an attempt’s outcome. ok is the step’s terminal disposition for
this attempt; fast-fails (the OPEN_ERR prefix) must not reach here.