VCS/StatusMonitorThread.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
52 self.monitorCondition = QWaitCondition() 52 self.monitorCondition = QWaitCondition()
53 self.__stopIt = False 53 self.__stopIt = False
54 54
55 def run(self): 55 def run(self):
56 """ 56 """
57 Protected method implementing the tasks action. 57 Public method implementing the tasks action.
58 """ 58 """
59 while not self.__stopIt: 59 while not self.__stopIt:
60 # perform the checking task 60 # perform the checking task
61 self.statusList = [] 61 self.statusList = []
62 self.vcsStatusMonitorStatus.emit( 62 self.vcsStatusMonitorStatus.emit(

eric ide

mercurial