executed-ksas-ofAgenda Control Shellexit-control-shellexecution-cycle-ofGoTo Top

execution-cycle-of   ksa => cycle-number or nil[Generic Reader]

Purpose
Returns the cycle number when a KSA was executed.

Method signatures

execution-cycle-of  (ksa ksa) => cycle-number

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

ksa     A KSA
cycle-number     An integer or nil

Returns
The execution cycle number of ksa or nil, if ksa has not been executed

Description
This generic function accesses the value stored in the execution-cycle nonlink slot of ksa. This value is maintained by the Agenda Shell and should not be changed.

See also
    ksa

Example
Return the execution cycle of ksa:

  > (execution-cycle-of ksa)
  1237
  >


The GBBopen Project


executed-ksas-ofAgenda Control Shellexit-control-shellexecution-cycle-ofGoTo Top