[docs]classState(SuperEnum):WAIT="All subjects are at home, waiting for RFID detection"DETECTION="Gathering subject data, checking requirements to enter"ACCESS="Closing door1, opening door2"LAUNCH_AUTO="Automatically launching the task"RUN_FIRST="Task running, waiting for the corridor to become empty"CLOSE_DOOR2="Closing door2"RUN_CLOSED="Task running, the subject cannot leave yet"OPEN_DOOR2="Opening door2"RUN_OPENED="Task running, the subject can leave"EXIT_UNSAVED="Closing door2, opening door1; data still not saved"SAVE_OUTSIDE="Stopping the task, saving the data; the subject is already outside"SAVE_INSIDE="Stopping the task, saving the data; the subject is still inside"WAIT_EXIT="Task finished, waiting for the subject to leave"EXIT_SAVED="Closing door2, opening door1; data already saved"OPEN_DOOR2_STOP="Opening door2, disconnecting RFID"MANUAL_MODE="Settings are being changed or task is being manually prepared"LAUNCH_MANUAL="Manually launching the task"RUN_MANUAL="Task running manually"SAVE_MANUAL="Stopping the task, saving the data; task is running manually"EXIT_GUI="In the GUI window, ready to exit the app"