Class: Qs::Daemon::State
- Inherits:
-
DatWorkerPool::LockedObject
- Object
- DatWorkerPool::LockedObject
- Qs::Daemon::State
- Defined in:
- lib/qs/daemon.rb
Instance Method Summary collapse
Instance Method Details
#halt? ⇒ Boolean
316 |
# File 'lib/qs/daemon.rb', line 316 def halt?; self.value == :halt; end |
#run? ⇒ Boolean
314 |
# File 'lib/qs/daemon.rb', line 314 def run?; self.value == :run; end |
#stop? ⇒ Boolean
315 |
# File 'lib/qs/daemon.rb', line 315 def stop?; self.value == :stop; end |