# File karel/ur_robot.rb, line 118 def turn_off pause("turn_off") @runstate = false; changed notify_observers(self, TURN_OFF_ACTION, state) self end