4D v13.4IDLE |
|||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
IDLE
IDLE
The IDLE command is designed only for use with the compiler. This command is only used in compiled databases in which user-defined methods are written so that no calls are made back to the 4D engine. For example, if a method has a For loop in which no 4D commands are executed, the loop could not be interrupted by a process installed with ON EVENT CALL, nor could a user switch to another application. In this case, you should insert IDLE to allow 4D to trap events. If you do not want any interruptions, omit IDLE. In the following example, the loop would never terminate in a compiled database without the call to IDLE: ` Do Something Project Method with: |
PROPERTIES
Product: 4D
INDEX HISTORY
Created: < 4D v6 SEE ALSO
Compiler Commands |
|||||||||||||||||||||||||||||||||||||||||||||