| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: &rest processes
Revokes the :debugging
arrest reason on each of the given
processes. With the argument :all
, unarrests all
processes arrested for debugging by the listener process. If no
arguments are supplied, the focused process is unarrested. If the
focused process is unarrested, the stack maintained by :focus is used to find a new process on
which to focus. Except for the listener, a focused process must be
arrested, so the command :unarrest
applied to the focused process automatically changes the focus.
The minimal abbreviation of :unarrest is :unar.
See top-level.htm for more information on top-level commands. See also multiprocessing.htm.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |