safety_master_plugin/scripts/enums/stop_state.py
2021-08-13 14:38:22 +02:00

6 lines
57 B
Python

class StopState:
STOPPED = 1
RUNNING = 2
UNKNOWN = 3