invoke-restart
(invoke-restart restart arg...)
Invokes a restart with the given arguments. restart is a restart name (symbol or keyword — the innermost active restart with that name wins) or a restart object from find-restart/compute-restarts. For a restart-case restart, control transfers non-locally to the establishing frame and the clause body runs with arg...; for a restart-bind restart, the bound function is called at the invocation point and its value returned. Signals an error when no matching restart is active.