Description |
Pauses the programm without needing any system ressources at that time.
Example:
SetIdent('bin/tdbengine.ini','globals.stopcgi','1')
PAUSE(1000) // wait 10 s, until all processes are terminated
// now the programm can do everything ...
SetIdent('bin/tdbengine.ini','globals.stopcgi','0')
|