@elysiumoss/ui-capture - v0.3.0
    Preparing search index...

    Interface StepProgress

    The step a state is currently on. Held in a Ref so the whole-state timeout can name the step that was actually running — "hung on step 4 (waitFor .fleet-row)" rather than the useless "state timed out".

    interface StepProgress {
        index: number;
        kind: string;
        target: string;
        phase: StepPhase;
    }
    Index
    index: number
    kind: string
    target: string
    phase: StepPhase