Documentation / @zerotal/queue / index / BatchStatus
Type Alias: BatchStatus
BatchStatus =
"pending"|"complete"|"failed"
Defined in: 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