Previous Topic: Asynchronous Panels

Next Topic: Invoke an Asynchronous &PANEL Operation

Asynchronous Operation Concepts

Asynchronous panel operation lets you write an NCL procedure that can issue a panel for display but then continue execution without being suspended to wait for operator input or timeout expiry.

This means that you can develop procedures to drive dynamically updated event panels to display new event information as it happens (rather than at fixed intervals) while retaining the ability to interact with an operator. It also lets you update operator information screens at any time without requiring operator input to trigger resumption of processing.