Module: FloorManager::States

Defined in:
lib/floormanager/states.rb

Constant Summary collapse

PENDING =
0
CHECKED_OUT =
1
FAILED =
2
SUCCESS =
3