def _makeQueueCtxByAction(self, action=None):
     return QueueCtx(entityType=QUEUE_TYPE.BOOTCAMP, waitingID='')
示例#2
0
 def _doEffect(self, dispatcher):
     self.__stillRunning = True
     result = yield dispatcher.sendPrbRequest(QueueCtx())
     self.__stillRunning = False
     if not result:
         self._tutorial.refuse()
示例#3
0
 def _doEffect(self, dispatcher):
     self.__stillRunning = True
     self.__result = yield dispatcher.sendPrbRequest(QueueCtx())
     self.__stillRunning = False
示例#4
0
 def _makeQueueCtxByAction(self, action = None):
     return QueueCtx()