From 98685c6e6ab490ad0b493a5c76f046879a91e381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Wed, 27 Oct 2021 13:06:39 +0200 Subject: [PATCH] added back notifiedReady --- server/src/uds/core/osmanagers/osmanager.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/src/uds/core/osmanagers/osmanager.py b/server/src/uds/core/osmanagers/osmanager.py index b5c794be..6d109f5d 100644 --- a/server/src/uds/core/osmanagers/osmanager.py +++ b/server/src/uds/core/osmanagers/osmanager.py @@ -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.