Class: Baykit::BayServer::Tours::Tour::TourState
- Inherits:
-
Object
- Object
- Baykit::BayServer::Tours::Tour::TourState
- Defined in:
- lib/baykit/bayserver/tours/tour.rb
Constant Summary collapse
- UNINITIALIZED =
0
- PREPARING =
1
- READING =
2
- RUNNING =
3
- ABORTED =
4
- ENDED =
5
- ZOMBIE =
6