forked from shaba/openuds
added back notifiedReady
This commit is contained in:
parent
cb064f9af5
commit
98685c6e6a
@ -323,6 +323,11 @@ class OSManager(Module):
|
||||
userService.deployed_service.name,
|
||||
)
|
||||
|
||||
def readyNotified(self, userService: 'UserService') -> None:
|
||||
"""
|
||||
Invoked by actor when userService is ready
|
||||
"""
|
||||
|
||||
def isPersistent(self) -> bool:
|
||||
"""
|
||||
When a publication if finished, old assigned machines will be removed if this value is True.
|
||||
|
Loading…
Reference in New Issue
Block a user