Job

Inheritance:

Methods of Job:

__init__
def __init__(self, name)

Undocumented function.

_cleanupGenerator
def _cleanupGenerator(self)

Undocumented function.

_getGenerator
def _getGenerator(self)

Undocumented function.

_getJobId
def _getJobId(self)

Undocumented function.

destroy
def destroy(self)

Undocumented function.

finished
def finished(self)

Undocumented function.

getFinishedEvent
def getFinishedEvent(self)

Undocumented function.

getJobName
def getJobName(self)

Undocumented function.

getPriority
def getPriority(self)

Undocumented function.

printingBegin
def printingBegin(self)

Undocumented function.

printingEnd
def printingEnd(self)

Undocumented function.

resume
def resume(self)

if self._printing: we may be suspended/resumed multiple times per frame, that gets spammy if we need to pick out the output of a job, put a prefix onto each line of the output print 'JOB:%s:RESUME' % self._name

run
def run(self)

Undocumented function.

setPriority
def setPriority(self, priority)

Undocumented function.

suspend
def suspend(self)

if self._printing: print 'JOB:%s:SUSPEND' % self._name pass