Interface QueueEventsListenerPro

Hierarchy

Properties

groups:paused: ((args, id) => void)

Type declaration

    • (args, id): void
    • Listen to 'groups:paused' event.

      This event is triggered when a group is paused.

      Parameters

      • args: {
            groupId: string;
        }
        • groupId: string
      • id: string

      Returns void

groups:resumed: ((args, id) => void)

Type declaration

    • (args, id): void
    • Listen to 'groups:resumed' event.

      This event is triggered when a group is resumed.

      Parameters

      • args: {
            groupId: string;
        }
        • groupId: string
      • id: string

      Returns void

Generated using TypeDoc