class Utils::ProbeServer

def job_continue

def job_continue
  @pid and Process.kill :CONT, @pid
end