Unverified Commit c923de0e authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #5969 from philpax/include-job-timestamp-in-progress-api

feat(api): include job_timestamp in progress
parents 64214255 f23a822f
...@@ -183,6 +183,7 @@ class State: ...@@ -183,6 +183,7 @@ class State:
"interrupted": self.interrupted, "interrupted": self.interrupted,
"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