| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: process
Returns true if the specified process is
currently inside a call to event-loop, and returns nil
otherwise. It is OK to specify a dead process, in
which case nil
is returned.
In a Common Graphics application, a process normally should always be inside a call to event-loop if it needs to be handling messages that are sent to windows that are created in that process.
See exit-event-loop.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |