class Mosquito::Api::JobRun
- Mosquito::Api::JobRun
- Reference
- Object
Defined in:
mosquito/api/job_run.crConstructors
Instance Method Summary
-
#enqueue_time : Time
A Time object representing the moment this job was enqueued.
- #finished_at : Time | Nil
- #found? : Bool
- #id : String
-
#retry_count : Int
The number of times this job has been retried.
- #runtime_parameters : Hash(String, String)
- #started_at : Time | Nil
-
#type : String
The type of job this job run is for.