mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
trigger event on finished attribute change
This commit is contained in:
parent
0f514aa552
commit
ebb6a17d97
1 changed files with 1 additions and 0 deletions
|
|
@ -1656,6 +1656,7 @@ class PublisherController(AbstractPublisherController):
|
|||
def _set_publish_has_finished(self, value):
|
||||
if self._publish_finished != value:
|
||||
self._publish_finished = value
|
||||
self._emit_event("publish.finished.changed", {"value": value})
|
||||
|
||||
def _get_publish_is_running(self):
|
||||
return self._publish_is_running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue