| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |