Commit f23a822f authored by Philpax's avatar Philpax
Browse files

feat(api): include job_timestamp in progress

parent ca162781
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,