Searched refs:isCommandComplete (Results 1 – 4 of 4) sorted by relevance
83 success = success and event.isCommandComplete();111 success = success and event.isCommandComplete();
263 return event.isCommandComplete() and (status == 0);
1315 def isCommandComplete(self): member in Event
29 return event.isCommandComplete();34 return status == 1 and (event.isCommandComplete() or event.isCommandStatus())298 success = success and (event.isCommandStatus() or event.isCommandComplete());