|
|
__init__(self,
lock,
init_id,
namespace,
label,
payload,
isContinued,
isFinishedEvent,
isWriteTaskStatus)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_isDeadWalker(self,
searched)
recursive helper function for isDead() |
source code
|
|
|
|
isDead(self,
*args,
**kw)
If true, there's no longer a point to waiting for this task, because
it either has an error or there is an error in an upstream dependency |
source code
|
|
|
|
setRunstate(self,
*args,
**kw)
updateTimeStamp is only supplied in the case where the state
transition time is interestingly different than the function call
time. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|