| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |