AX_TIMEOUT
Set the time-out value for an ActiveX control
WTSupported in traditional Synergy on Windows
|
|
|
|
xcall AX_TIMEOUT(wait_time)
Arguments
wait_time
The input time-out (or “wait”) in seconds for I/O processing to be completed before returning to the calling routine. (n)
Time out immediately.
Never time out.
Use the global value. (default)
Wait up to #seconds for I/O processing to be complete.
AX_TIMEOUT changes the time-out setting for AX_INPUT. A call to this subroutine overrides the g_wait_time setting (the default time-out setting), but will be overridden by a time-out value set with AX_INPUT.
Toolkit does not time out while an application is suspended. For example, Toolkit does not time out while a menu is dropped down or a message window is open on Windows. |
See also
- g_wait_time field
- AX_INPUT routine
- WAIT statement