Searched refs:isCommandStatus (Results 1 – 4 of 4) sorted by relevance
221 success = event.isCommandStatus();242 if event.isCommandStatus():278 success = event.isCommandStatus() and (self.status == 0);295 success = event.isCommandStatus() and (self.status == 0);
434 success = success and event.isCommandStatus();
1318 def isCommandStatus(self): member in Event
34 return status == 1 and (event.isCommandComplete() or event.isCommandStatus())298 success = success and (event.isCommandStatus() or event.isCommandComplete());