# File lib/childprocess/windows/process.rb, line 23
      def wait
        @handle.wait
        @exit_code = @handle.exit_code
        @handle.close

        @exit_code
      end