Interface for qBeta module object

Origin: workspace

noglobtst: obj
   record:
      display:
   ZZZ: var integer
   LIB: obj
      Containers: obj
         mQueue: obj
            queue:
               --%globals
               isEmpty:
                  out V: var boolean
               S: ref record
   processQueue: LIB.containers.mQueue.queue
      qwe: var integer
   SQS: obj
      QQQ: obj ProcessQueue
      entry:
      isEmpty:
         out X: var boolean
   scheduler:
      go: