Package src :: Module pyflow :: Class LocalTaskRunner
[hide private]
[frames] | no frames]

Class LocalTaskRunner

source code


Instance Methods [hide private]
 
getFullCmd(self) source code
 
runOnce(self, retInfo) source code

Inherited from CommandTaskRunner: __init__, getExitMsg, getWrapFileResult, getWrapperErrorMsg, initFileSystemItems

Inherited from CommandTaskRunner (private): _run

Inherited from BaseTaskRunner: errorLog, flowLog, infoLog, run, setInitialRunstate, setRunstate, warningLog

Inherited from StoppableThread: stop, stopped

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, is_alive, join, setDaemon, setName, start

Inherited from threading.Thread (private): _reset_internal_locks, _set_daemon, _set_ident

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from StoppableThread: stopAll

Class Variables [hide private]

Inherited from CommandTaskRunner: taskWrapper

Inherited from StoppableThread (private): _stopAll

Properties [hide private]

Inherited from threading.Thread: daemon, ident, name

Inherited from threading.Thread (private): _block

Inherited from object: __class__