Searched refs:COMPLETE_STATUSES (Results 1 – 4 of 4) sorted by relevance
19 COMPLETE_STATUSES = (Status.ABORTED, Status.COMPLETED, Status.FAILED, variable
1766 COMPLETE_STATUSES = host_queue_entry_states.COMPLETE_STATUSES variable in HostQueueEntry1846 elif self.status in self.COMPLETE_STATUSES:
305 if status in host_queue_entry_states.COMPLETE_STATUSES:
628 complete = (status in models.HostQueueEntry.COMPLETE_STATUSES)