# File lib/rex/job_container.rb, line 148 def stop_job(jid) if (j = self[jid.to_s]) j.stop remove_job(j) end end