bullmq - v5.64.0
    Preparing search index...

    Interface ParentMessage

    interface ParentMessage {
        cmd: ChildCommand;
        err?: Error;
        job?: JobJson;
        value?: any;
    }
    Index

    Properties

    Properties

    err?: Error
    job?: JobJson
    value?: any