class documentation
class ResultWithJobs(object):
Data container for LU results with jobs.
Instances of this class returned from LogicalUnit.Exec
will be recognized by mcpu._ProcessResult
. The latter will then submit the jobs contained in the jobs attribute and include the job IDs in the opcode result.