SCR_LOOPCHK_TIME is used to define the frequency with which the script is interrupted. The subsequent waiting time is always 1 second in the beginning. This time is doubled after every interruption. The longest waiting time is 128 seconds. When this value has been reached, the waiting time is always 128. It is no longer doubled.
Example for SCR_LOOPCHK_TIME 3:
Script starts |
Generation starts |
after 3 seconds |
Generation pauses |
Waiting time |
Duration: 1 second |
Script continues |
Generation continues |
after further 3 seconds |
Generation pauses |
Waiting time |
Duration: 2 seconds |
Script continues |
Generation continues |
after further 3 seconds |
Generation pauses |
Waiting time |
Duration: 4 seconds |
etc.
|
|