nvflare.private.fed.client.client_status module
-
class ClientStatus[source]
Bases: object
-
EXCEPTION = 4
-
NOT_STARTED = 0
-
STARTED = 2
-
STARTING = 1
-
STOPPED = 3
-
status_messages = {0: 'not started', 1: 'starting', 2: 'started', 3: 'stopped', 4: 'exception'}
-
get_status_message(status)[source]