![]() | ![]() | ![]() | ks-enabled-p | ![]() |
|
| ks => boolean | [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 nonlink slot of ks.
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 | ![]() |