gatelineAPI reference

One in-flight dispatch, as reported to the operator during drain (#150).

interface InFlightJob {
    role: string;
    round: null | number;
    slug: string;
    startedAt: number;
    task: null | string;
}

Properties

role: string
round: null | number
slug: string
startedAt: number

Epoch ms the dispatch launched.

task: null | string