ordered-ksa-queueAgenda Control Shellratingpending-ksas-ofGoTo Top

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

Purpose
Returns the pending KSAs queue of control-shell.

Method signatures

pending-ksas-of  (control-shell control-shell) => ordered-ksa-queue

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

control-shell     A control-shell object
ordered-ksa-queue     An ordered-ksa-queue object

Returns
The pending KSAs queue object.

Description
This generic function accesses the ordered-ksa-queue stored in the pending-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
    make-queue
    obviated-ksas-of
    on-queue-p
    ordered-ksa-queue
    ordered-queue
    queue-element
    show-queue

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

  >  (show-queue (pending-ksas-of (current-control-shell)))
      0. #<ksa 7 random-walk-ks 100>
      1. #<ksa 1 count-center-locations-ks 90>
      2. #<ksa 4 print-walk-ks 80>(show-queue pending-ksas :end 5)
  >


The GBBopen Project


ordered-ksa-queueAgenda Control Shellratingpending-ksas-ofGoTo Top