Exemple #1
0
    def abort(self):
        SpecCommandA.abort(self)

        self.__cmdExecution = False
        self.emit('commandAborted', (str(self.name()), ))
Exemple #2
0
 def abort(self):
     SpecCommandA.abort(self)
     
     self.__cmdExecution = False
     self.emit('commandAborted', (str(self.name()), ))