SubmitResult Class

class htcondor2.SubmitResult(clusterID, procID, num_procs, clusterAd, spooled_proc_ads)

An object containing information about a successful job submission.

cluster()

Returns the cluster ID of the submitted jobs.

Return type

int

clusterad()

Returns the cluster ad of the submitted jobs.

Return type

ClassAd

first_proc()

Returns the first proc ID of the submitted jobs.

Return type

int

num_procs()

Returns the number of submitted jobs.

Return type

int