safety_user_plugin/scripts/enums/stop_state.py
2021-08-13 14:43:56 +02:00

6 lines
57 B
Python

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