QueueStatusResponse: {
    current_task_id?: string;
    paused: boolean;
    pending_tasks: TaskModel[];
    total_pending_tasks: number;
}

Type declaration

  • Optional current_task_id?: string

    The on progress task id

  • paused: boolean

    Whether the queue is paused

  • pending_tasks: TaskModel[]

    The pending tasks in the queue

  • total_pending_tasks: number

    The total pending tasks in the queue