If I have a component that is a form, with code in the Async Interrupt trigger I understand how the code responds to the postmessage instruction. However, if the form is converted to a service, how does the code in the Async Interrupt trigger ever execute? Or is the short answer, it never does - because a service only responds to activate instructions that invoke specific operations and once the operation has completed, the service terminates, and there is no opportunity for it to wait and listen for interrupts.
Trying to get a better feel for how services do and do not work.



