Form.AttachIdleHandler
Syntax:
Parameters:
<ProcedureName> (required)
Name of the procedure to be enabled as a standby handler.
The procedure must not contain any parameters.
<Interval> (required)
Period (seconds) accurate to 1/10 of a seconds that has to elapse before the procedure is called (positive number). If the set value is less than 1, then the value of the third parameter should be True.
<Single> (optional)
The flag of a single run of the standby handler.
True - specified standby handler will be run once.
Default value: False.
Description:
During the temporary lock called by the LockApplication method or by the relevant Temporary Lock command the timeout handlers are not performed.
Availability:
Note:
Example:
AttachIdleHandler("OnWait", 1); |
See also:
Global context, method AttachIdleHandler