![]() | ![]() | ![]() | executed-ksas-of | ![]() |
|
| control-shell => ksa-queue | [Generic Reader] |
Purpose
Returns the executed KSAs queue of control-shell.
Method signatures
(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 executed KSAs queue object.
Description
This generic function accesses the ksa-queue stored
in the executed-ksas link slot of ksa. This value is maintained
by the Agenda Shell and should not be changed.
See also
ksa
ksa-queue
make-queue
obviated-ksas-of
on-queue-p
pending-ksas-of
queue
queue-element
show-queue
Example
Show the control shell's pending KSAs queue (early in a
:tutorial-example run):
> (show-queue (executed-ksas-of (current-control-shell)))
0. #<ksa 2 startup-ks 100>
1. #<ksa 3 random-walk-ks 100>
2. #<ksa 5 random-walk-ks 100>
3. #<ksa 6 random-walk-ks 100>
>
The GBBopen Project
![]() | ![]() | ![]() | executed-ksas-of | ![]() |