Agenda - v6.0.0
    Preparing search index...

    Type Alias JobState

    JobState:
        | "running"
        | "scheduled"
        | "queued"
        | "completed"
        | "failed"
        | "repeating"
        | "paused"

    Computed job states based on job timestamps. These are derived from job data, not stored in the database. 'paused' is based on the disabled field rather than timestamps.