All data used by the WorkflowRunner which will be constant over the
lifetime of a TaskManager instance. All of the information in this class
will be accessed by both threads without locking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
isTaskSubmissionActive(self)
wait() pollers need to know if task submission has been shutdown to
implement sane behavior. |
source code
|
|
|
|
|
|
|
|
|
|
getInfoMsg(self)
return a string array with general stats about this run |
source code
|
|
|
|
| emailNotification(self,
msgList,
emailErrorLog=None) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|