execution-cycle-ofAgenda Control Shellfind-ks-by-nameexit-control-shellGoTo Top

exit-control-shell   &rest result-form*[Function]

Purpose
Exit the Agenda Shell.

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

result-form     A form

Errors
Exit-control-shell called outside the context of an executing control shell.

See also
    abort-ks-execution
    control-shell-running-p
    current-control-shell
    restart-control-shell
    start-control-shell

Example
Exit the Agenda Shell, indicating that a solution, solution, was found:

  (exit-control-shell ':solution-found solution)


The GBBopen Project


execution-cycle-ofAgenda Control Shellfind-ks-by-nameexit-control-shellGoTo Top