# File lib/fog/xenserver/models/compute/server.rb, line 134
        def halted?
          reload
          power_state == "Halted"
        end