mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
added reset publish method
This commit is contained in:
parent
e11e6c7c15
commit
75f5b4011d
1 changed files with 4 additions and 0 deletions
|
|
@ -446,6 +446,10 @@ class PublisherController:
|
|||
if self._publish_is_running:
|
||||
self._stop_publish()
|
||||
|
||||
def reset_publish(self):
|
||||
self.stop_publish()
|
||||
self._reset_publish()
|
||||
|
||||
def _publish_next_process(self):
|
||||
# Validations of progress before using iterator
|
||||
# - same conditions may be inside iterator but they may be used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue