Commit f23a822f authored by Philpax's avatar Philpax

feat(api): include job_timestamp in progress

parent ca162781
...@@ -171,6 +171,7 @@ class State: ...@@ -171,6 +171,7 @@ class State:
"interrupted": self.skipped, "interrupted": self.skipped,
"job": self.job, "job": self.job,
"job_count": self.job_count, "job_count": self.job_count,
"job_timestamp": self.job_timestamp,
"job_no": self.job_no, "job_no": self.job_no,
"sampling_step": self.sampling_step, "sampling_step": self.sampling_step,
"sampling_steps": self.sampling_steps, "sampling_steps": self.sampling_steps,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment