enum CrystalTask::JobState
Overview
A Job represents a unit of work in the queue
Defined in:
crystal_task/job.crEnum Members
-
Waiting =
0
-
Queued =
1
-
Paused =
2
-
Retry =
3
-
Dead =
4
A Job represents a unit of work in the queue
0
1
2
3
4