feat(api): include job_timestamp in progress

This commit is contained in:
Philpax 2022-12-24 20:45:16 +11:00
parent ca16278188
commit f23a822f1c

View File

@ -171,6 +171,7 @@ class State:
"interrupted": self.skipped,
"job": self.job,
"job_count": self.job_count,
"job_timestamp": self.job_timestamp,
"job_no": self.job_no,
"sampling_step": self.sampling_step,
"sampling_steps": self.sampling_steps,