ecflow.Queue
- class ecflow.Queue
Bases:
instance
Queue allows specification of queue on Task, Family and Suite nodes
- Queue.empty((Queue)arg1) bool :
Return true if the Queue is empty. Used when returning a NULL Queue, from a find
- Queue.index((Queue)arg1) int :
Return the queue current index as a integer
- Queue.name((Queue)arg1) str :
Return the queue name as string
- Queue.value((Queue)arg1) str :
Return the queue current value as string