示例#1
0
 def on_refresh(self, event):
     Utility.append_thread(self._refresh, allow_dupl=False)
示例#2
0
 def Init(self):
     Utility.append_thread(self._refresh, allow_dupl=False)
 def __start_test(self):
     if self.is_test_alive():
         Utility.Alert.Error(msg=u"测试正在执行中。", title=self.division_name)
         return
     self.thread = Utility.append_thread(self.__test_execution, thread_name=self._id)