@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias QueueEvent

    type QueueEvent = {
        disposed: boolean;
        error?: Error;
        taskId: number;
        type: QueueEventType;
    }
    Index

    Properties

    disposed: boolean
    error?: Error
    taskId: number