class lima2.client.State(enum.Enum) The possible states of the Detector state machine. Public members¶ IDLE = 0 PREPARING = 1 PREPARED = 2 STARTING = 3 RUNNING = 4 STOPPING = 5 ENDING = 6 CLOSING = 7 RESETTING = 8 FAULT = 9 UNKOWN = 10