# File lib/rex/job_container.rb, line 137
        def start_bg_job(name, ctx, run_proc, clean_proc = nil, async = true)
                j = add_job(name, ctx, run_proc, clean_proc)
                j.start(async)

                j.jid
        end