| Allegro CL version 6.2 Unrevised from 6.1 |
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-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |