abort-ks-executionAgenda Control Shellcollect-trigger-instancesactivation-cycle-ofGoTo Top

activation-cycle-of   ksa => cycle-number[Generic Reader]

Purpose
Returns the cycle number when a KSA was activated.

Method signatures

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

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

ksa     A KSA
cycle-number     An integer

Returns
The activation cycle number of ksa

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

See also
    ksa

Example
Return the activation cycle of ksa:

  > (activation-cycle-of ksa)
  1192
  >


The GBBopen Project


abort-ks-executionAgenda Control Shellcollect-trigger-instancesactivation-cycle-ofGoTo Top