Method: RightScale::Windows::PowershellPipeServer#stop
- Defined in:
- lib/chef/windows/powershell_pipe_server.rb
#stop ⇒ Object
Stops the pipe server by detaching the eventable from the event machine.
Return
- true
-
Always return true
90 91 92 93 94 |
# File 'lib/chef/windows/powershell_pipe_server.rb', line 90 def stop @pipe_eventable.force_detach if @pipe_eventable @pipe_eventable = nil true end |