예제 #1
0
파일: console.py 프로젝트: jack51706/DBC2
	def do_taskList(self, args):
		"""Show the list of all pending tasks assigned to the current agent"""
		helpers.printPendingTaskList(self.statusHandler.pendingTaskList, self.agentHandler.agentID)
예제 #2
0
파일: console.py 프로젝트: jack51706/DBC2
	def do_taskList(self, args):
		"""Show the list of all pending tasks assigned to any agent"""		
		helpers.printPendingTaskList(self.statusHandler.pendingTaskList)