JobStatus
: int
in package
Background job statuses
Tags
Table of Contents
Cases
- CRASHED = 3
- Background job crashed the PHP process
- FAILED = 2
- Background job failed
- RUNNING = 0
- Background job is still running
- SUCCEEDED = 1
- Background job completed sucessfully
Cases
RUNNING
Background job is still running
Tags
SUCCEEDED
Background job completed sucessfully
Tags
FAILED
Background job failed
Tags
CRASHED
Background job crashed the PHP process