<A HREF="agentkit_contents.html"><img align=center src="contents.gif" ALT="Contents"></A> Up Previous Next

ask-result

A request for the results of a previous ask performative.

performative    ask-result
DDE message     Request
:language       KIF
:task-id        ?task-id
A KQML string should be passed back. Examples of these include:

Completed	(result :status completed :content-type ?content-type :address ?address)
Not ready	(result :status not-ready)
Error	        (result :status error :error-string "An error occurred")
See Asking for a command to be executed for the content format. content-type and address may contain lists if several qualities of rendering have been prepared (e.g., native format plus bitmap).