Important: The information in this document is obsolete and should not be used for new development.
Suspending and Resuming Apple Event Handling
When your application callsAEProcessAppleEventand one of your event handlers is invoked, the Apple Event Manager normally assumes that your application has finished handling the event when the event handler returns. At this point, the Apple Event Manager disposes of the event. However, some applications, such as multi-session servers or any applications that implement their own internal event queueing, may need to defer handling of the event.The
AESuspendTheCurrentEvent,AEResumeTheCurrentEvent,AESetTheCurrentEvent, andAEGetTheCurrentEventfunctions described in this section allow you to suspend and resume Apple event handling, specify the Apple event to be handled, and identify an Apple event that is currently being handled.
Subtopics
- AESuspendTheCurrentEvent
- AEResumeTheCurrentEvent
- AESetTheCurrentEvent
- AEGetTheCurrentEvent