Function agent-get

Package:

CL-GSERVER.AGENT

Syntax:

  agent-get AGENT GET-FUNresult

Arguments and Values:

Description:

Gets the current state of the `agent'. `get-fun' must accept one parameter. That is the current-state of the `agent'. To return the current state `get-fun' may be just the `identity' function. Beware that this function does directly access the state of the agent for performance reasons. It does not go through message processing. See `agent-test' for examples.