Class: Qs::Daemon::State

Inherits:
DatWorkerPool::LockedObject
  • Object
show all
Defined in:
lib/qs/daemon.rb

Instance Method Summary collapse

Instance Method Details

#halt?Boolean



312
# File 'lib/qs/daemon.rb', line 312

def halt?; self.value == :halt; end

#run?Boolean



310
# File 'lib/qs/daemon.rb', line 310

def run?;  self.value == :run;  end

#stop?Boolean



311
# File 'lib/qs/daemon.rb', line 311

def stop?; self.value == :stop; end