ksa-queueAgenda Control Shellobviation-cycle-ofobviated-ksas-ofGoTo Top

obviated-ksas-of   control-shell => ksa-queue[Generic Reader]

Purpose
Returns the obviated KSAs queue of control-shell.

Method signatures

obviated-ksas-of  (control-shell control-shell) => ksa-queue

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

control-shell     A control-shell object
ksa-queue     A ksa-queue object

Returns
The obviated KSAs queue object.

Description
This generic function accesses the ksa-queue stored in the obviated-ksas link slot of ksa. This value is maintained by the Agenda Shell and should not be changed.

See also
    clear-queue
    executed-ksas-of
    ksa
    ksa-queue
    make-queue
    on-queue-p
    pending-ksas-of
    queue
    queue-element
    show-queue

Example
Show the control shell's obviated KSAs queue (early in a :tutorial-example run):

  >  (show-queue (obviated-ksas-of (current-control-shell)))
  The queue is empty.
  >


The GBBopen Project


ksa-queueAgenda Control Shellobviation-cycle-ofobviated-ksas-ofGoTo Top