OpenDroneMap-WebODM/slate/examples/status_codes.py

6 wiersze
66 B
Python

QUEUED = 10
RUNNING = 20
FAILED = 30
COMPLETED = 40
CANCELED = 50