spawn-ts API reference - v0.6.0
    Preparing search index...

    Class JobArray

    A running job array: binds array identity to a FanOut so consumers get id/name/size alongside live fan-out progress. Driving it (pump each tick) is the consumer's job unless it was started via SpawnClient.startJobArray.

    Index
    fanOut: FanOut
    id: string
    name: string
    size: number
    • Parameters

      • nowMs: number

      Returns Promise<boolean>