FAQ - Frequently Asked Questions

Here you will find answers to frequently asked questions about the ISA Dialog Manager.

If your question is not listed, contact us!

Rule Language

":=" triggers a changedEvent, "::=" doesn't.

Not every attribute can trigger a changedEvent

Tags: changed, event, IDM, regel, rule

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.

Tags: Ereignis, event, IDM, queue

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.

 

 

en_GB