Agenda - v6.0.0
    Preparing search index...

    Interface JobsResult<DATA>

    Result of jobs query with state computation

    interface JobsResult<DATA = unknown> {
        jobs: JobWithState<DATA>[];
        total: number;
    }

    Type Parameters

    • DATA = unknown
    Index

    Properties

    Properties

    total: number

    Total count (before pagination, after state filter)