class Benchmark::IPS::Job

def hold!(held_path)

Parameters:
  • held_path (String) -- File name to store hold file.
def hold!(held_path)
  @held_path = held_path
  @run_single = true
end