Closed jo-mueller closed 2 years ago
Fixes #26
Major changes:
WorkflowManager.worker
worker.pause()
worker.resume()
pause()
resume()
is_paused()
Let me know what you think :)
@haesleinhuepf I changed it to is_update_paused - hope that works?
is_update_paused
That's great Johannes @jo-mueller ! Thanks!
Fixes #26
Major changes:
WorkflowManager.worker
which is necessary to send signals to the slotsworker.pause()
&worker.resume()
.pause()
,resume()
andis_paused()
Let me know what you think :)