# File lib/fog/xenserver/models/compute/server.rb, line 129
        def running?
          reload
          power_state == "Running"
        end