zibri
    Preparing search index...

    Class ThreadJobEntity<WorkerData, ResultType>

    Contains information about an invoice.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    error?: Error | null
    id: string

    The uuid (universal unique identifier) of the entity.

    priority: boolean
    progress: Percentage
    queuedAtMs: number
    result?: ResultType | null
    startedAtMs?: number | null
    stoppedAtMs?: number | null
    threadId?: number | null
    timeout: number
    workerData: WorkerData