safety_user_plugin/scripts/enums/stop_state.py

6 lines
57 B
Python
Raw Normal View History

2021-08-13 14:43:56 +02:00
class StopState:
STOPPED = 1
RUNNING = 2
UNKNOWN = 3