Interrupt-level activity

A SRV_ATTENTION event handler is the only event handler that runs at interrupt level. An Open Server application can only issue the following Server-Library calls from inside a SRV_ATTENTION handler:

No other Server-Library routines can be called from the SRV_ATTENTION event handler, or from other interrupt-level code.