![]() | ![]() | ![]() | ks-enabled-p | ![]() |
| ks
| [Generic Function] |
Purpose
Determine if the specified KS is enabled for
execution.
Setf syntax
|
ks) boolean)
|
Method signatures
( ks ks)
=> boolean
|
boolean ( ks ks)
=> boolean
|
Package :agenda-shell
Module :agenda-shell
Arguments and values
ks | A KS | |
boolean | A generalized boolean |
Returns
True if the KS is enabled for execution; nil
otherwise.
Description
This generic function accesses the value stored in the
enabled
See also
define-ks
ks
undefine-ks
Examples
See if KS ks is enabled for execution:
> (ks-enabled-p ks) t >Now disable KS
ks
:
(setf (ks-enabled-p ks) nil)Check once again:
> (ks-enabled-p ks) nil >
The GBBopen Project
![]() | ![]() | ![]() | ks-enabled-p | ![]() |