HomeVendure CoreShow hidden breadcrumbs...CommonJobStateJobState@vendure/commonSource The state of a Job in the JobQueue Signatureenum JobState { CANCELLED = 'CANCELLED' COMPLETED = 'COMPLETED' FAILED = 'FAILED' PENDING = 'PENDING' RETRYING = 'RETRYING' RUNNING = 'RUNNING'}Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousInjectorNextJsonCompatibleEdited Mar 6, 2026ยทEdit this page