JME - Application Documentation
    Preparing search index...

    Complete simulation statistics snapshot

    type SimulationStats = {
        active: number;
        avgSpeed: number;
        avgTravelTime: number;
        completed: number;
        elapsedTime: number;
        junctions: {
            byId: Record<string, JunctionStats>;
            global: JunctionStatsGlobal;
        };
        routes: number;
        spawned: number;
        spawnQueue: number;
        spawnQueueByEntry: Record<string, number>;
        waiting: number;
    }
    Index

    Properties

    active: number
    avgSpeed: number
    avgTravelTime: number
    completed: number
    elapsedTime: number
    junctions: { byId: Record<string, JunctionStats>; global: JunctionStatsGlobal }
    routes: number
    spawned: number
    spawnQueue: number
    spawnQueueByEntry: Record<string, number>
    waiting: number