Agenda - v6.2.3
    Preparing search index...

    Type Alias StateNotificationHandler

    StateNotificationHandler: (
        notification: JobStateNotification,
    ) => void | Promise<void>

    Handler function for processing job state notifications

    Type Declaration