Here you will find answers to frequently asked questions about the ISA Dialog Manager.
If your question is not listed, contact us!
Rule Language
These queues store events that occur in an application. They are processed according to the FIFO (first in, first out) pattern.
In principle there are two event queues.
Queue 0: Rule processing
Queue 1: changedevents and external events
This message indicates that rule processing is taking too long. In this case, you should resolve the rule processing differently.
Microsoft Windows
When Windows is shut down, the windows receive the closeEvent, that you can react to.
Another possibility is to catch window system messages (WM_QUERYENDSESSION/WM_ENDSESSION) via a DM_InputHandler and then perform the desired actions.