![]() | ![]() | ![]() | pending-ksas-of | ![]() |
|
| control-shell
| [Generic Reader] |
Purpose
Returns the pending KSAs queue of
Method signatures
(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
pending-ksas
See also
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
> (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
![]() | ![]() | ![]() | pending-ksas-of | ![]() |