Searched refs:COMPLETE_STATUSES (Results 1 – 2 of 2) sorted by relevance
19 COMPLETE_STATUSES = (Status.ABORTED, Status.COMPLETED, Status.FAILED, variable22 assert not set(ACTIVE_STATUSES) & set(COMPLETE_STATUSES)
1937 COMPLETE_STATUSES = host_queue_entry_states.COMPLETE_STATUSES variable in HostQueueEntry2014 elif self.status in self.COMPLETE_STATUSES: