Interface SpawnQueueOptions

interface SpawnQueueOptions {
    auto?: boolean;
    timeout?: number;
}

Properties

Properties

auto?: boolean
timeout?: number

Generated using TypeDoc