return-query

Queries the user for values to return.

If the recovery protocol of condition allows returning values, this engages the program user in a dialog and returns the results as any number of values, which the handler should return.

return-query should not be called if return-allowed? returns #f.  Programs that define condition classes whose recovery protocol allows returning values should ensure that there is an appropriate method for this function defined on or inherited by the condition class.

Exported from

Modifiers

open

Arguments

conditionAn instance of <condition>.

Values

#rest valuesInstances of <object>.
Queries the user for values to return.
Returns true if a condition’s recovery protocol allows returning values.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The common-dylan module.
The class of objects used by the condition system to connect a signaler with an appropriate handler.
The class of all Dylan objects.