Documentation / zerotal / queue / BatchStatus
Type Alias: BatchStatus
BatchStatus =
"pending"|"complete"|"failed"
Defined in: packages/queue/src/drivers/QueueDriver.ts:20
Result of recording a batch job outcome.
'pending'— batch still has unfinished jobs'complete'— all jobs finished, none failed'failed'— all jobs finished, one or more failed