# File lib/mongrel_config/win32.rb, line 55
  def W32Support.stop(service_name)
    W32Support.do_and_wait(service_name, :stop, /stopped/) do |status|
      yield status
    end
  end