Method: LoopDance::Controller#safely_stop

Defined in:
lib/loop_dance/controller.rb

#safely_stopObject



67
68
69
70
71
72
# File 'lib/loop_dance/controller.rb', line 67

def safely_stop
  dancer.log  "Stopping.."
  stop if running?
rescue => exception # DaemonController::StartTimeout
  log_exception exception
end