Class ThreadJobEntity<WorkerData, ResultType>

Contains information about an invoice.

Type Parameters

Hierarchy (View Summary)

Implements

Constructors

Properties

error?: Error
id: string

The uuid (universal unique identifier) of the entity.

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