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( |