Public 成员函数 | |
| __init__ (self, logLv=logging.INFO) | |
| createTaskThread (self, threadName) | |
| executeTask (self, threadName, Task task, waitResult=True) | |
| executeTasks (self, threadName, List[Task] seqTasks, waitResult=True) | |
| executeMoreThreadTasks (self, Dict[str, List[Task]] mapThreadName2SeqTasks, waitResult=True) | |
| stop (self, threadName) | |
| stopAfterComplete (self, threadName) | |
| stopAll (self) | |
| stopAllAfterComplete (self) | |
Protected 属性 | |
| dict | _mapName2TaskThread = {} |
| __init__ | ( | self, | |
| logLv = logging.INFO ) |
:param logLv: 日志等级,默认INFO,关键:级别必须≥INFO,否则INFO日志不输出