Home | History | Annotate | Download | only in afe

Lines Matching defs:queue

869         """Returns the active queue entry for this host, or None if none."""
1161 """Look for queue entries that aren't abortable by the current user.
1168 @param queue_entries: The queue entries to check.
1169 @raises AclAccessViolation if a queue entry is not abortable by the
1701 def queue(self, hosts, is_template=False):
1834 """Represents an ineligible host queue."""
1846 """Represents a host queue entry."""
1900 """Creates a new host queue entry.
1972 Abort these host queue entry and all host queue entries of jobs created
1975 @param host_queue_entries: List of host queue entries we want to abort.
1999 # Associate a user with the host queue entries that we're about
2012 """ Aborts this host queue entry.
2014 Abort this host queue entry and all host queue entries of jobs created by
2024 """Returns a modified status msg if the host queue entry was aborted.
2028 @param aborted: Whether the host queue entry was aborted.
2029 @param complete: Whether the host queue entry was completed.
2037 """Returns the full status of this host queue entry, as a string."""
2070 """Represents an aborted host queue entry."""
2100 queue_entry: Host queue entry waiting on this task (or None, if task was not
2139 """Returns a host queue entry status appropriate for a speical task."""