Keyboard Idle Seconds (Magic xpa 3.x)
The duration, in seconds, between idle signals when there is no keyboard or mouse activity. During interactive sessions, Magic xpa awaits user input. If no such input is available, an idle signal is raised to allow other processes to take place. The Keyboard idle seconds value is the inactivity time before an Idle signal is raised.
This setting affects the intervals of the Idle function returned value.
Note: Since an asynchronous Raise Event operation is executed at the next idle time, the event may actually be handled in a different location than expected. For example, an asynchronous ‘Close’ internal Raise Event executed before a Call operation to another task takes effect in the called task and not in the task that raised the event. This is because the next idle time after the event was queued occurs in the called task.
Default: 1 second
Change effective: Immediate
Magic.ini and Command Line name: IdleTime