exit-control-shellAgenda Control Shellksfind-ks-by-nameGoTo Top

find-ks-by-name   ks-name => ks or nil[Function]

Purpose
Return a KS unit instance given its name.

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

ks-name     A symbol naming the KS.
ks     A KS

Returns
The KS unit instance named ks-name or nil, if none has been defined.

See also
    define-ks
    ks

Example
Return the KS named start-control-shell-ks:

  > (find-ks-by-name 'start-control-shell-ks)
  #<ks start-control-shell-ks>
  >


The GBBopen Project


exit-control-shellAgenda Control Shellksfind-ks-by-nameGoTo Top