Method: Codebot::IPCServer#stop

Defined in:
lib/codebot/ipc_server.rb

#stopThread?

Stops the managed thread if a thread is currently running, then deletes the named pipe.



29
30
31
32
33
# File 'lib/codebot/ipc_server.rb', line 29

def stop
  thr = super
  delete_pipe
  thr
end