Method: CloudFlock::Remote::SSH::Watchdog#stop

Defined in:
lib/cloudflock/remote/ssh/watchdog.rb

#stopObject

Public: Stop the Watchdog from running.

Returns nothing.



52
53
54
# File 'lib/cloudflock/remote/ssh/watchdog.rb', line 52

def stop
  thread.kill
end