@taskforcesh/bullmq-pro - v7.35.2
    Preparing search index...

    Type Alias ProcessorPro<T, R, N>

    ProcessorPro: (job: JobPro<T, R, N>, token?: string) => Promise<R>

    Type Parameters

    • T = any
    • R = any
    • N extends string = string

    Type declaration

      • (job: JobPro<T, R, N>, token?: string): Promise<R>
      • Parameters

        Returns Promise<R>