entviz — @entviz/core & @entviz/react API
    Preparing search index...

    Interface WalkState

    interface WalkState {
        ended: boolean;
        index: number;
        plan: CheckPlan;
        probeResets: number;
        status: WalkStatus;
    }
    Index
    ended: boolean

    true once the walk is over: a confirmed differ, a missed probe twice, the user pressed Done, or every check was completed. While false the user can keep checking past the Good milestone (the continuous-scale model, §14.4).

    index: number
    plan: CheckPlan
    probeResets: number
    status: WalkStatus