All Manuals > KnowledgeWorks and Prolog User Guide > 7 Reference Guide

NextPrevUpTopContentsIndex

list-all-inferencing-states

Function
Summary

Returns a list of all the known inferencing states.

Signature

list-all-inferencing-state => states

Values

states

A list of inferencing states.

Description

Returns a list of all the known inferencing states. Inferencing states become known when they are make and are known until they are destroyed.

Examples
(list-all-inferencing-states)
See also

destroy-inferencing-state
find-inferencing-state
*inferencing-state*
inferencing-state-name
make-inferencing-state


KnowledgeWorks and Prolog User Guide (Windows version) - 6 Dec 2011

NextPrevUpTopContentsIndex