ecflow.Queue

class ecflow.Queue

Bases: pybind11_object

Queue allows specification of queue on Task, Family and Suite nodes

Queue.empty(self: ecflow.Queue) bool

Return true if the Queue is empty. Used when returning a NULL Queue, from a find

Queue.index(self: ecflow.Queue) int

Return the queue current index as a integer

Queue.name(self: ecflow.Queue) str

Return the queue name as string

Queue.value(self: ecflow.Queue) str

Return the queue current value as string