added back notifiedReady

This commit is contained in:
Adolfo Gómez García 2021-10-27 13:06:39 +02:00
parent cb064f9af5
commit 98685c6e6a

View File

@ -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.