Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: n_pauseint(.t. | .f.) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: N_PAUSEINT(.T. | .F.)

Disables | Enables Event Trap interrupts.

Example

N_ONTICK(.1,"proc1")
  ...
N_PAUSEINT(.T.)
  * event traps will not be called in this interval
N_PAUSEINT(.F.)
  * event traps will be called again

Notes

While event traps are disabled, no event procedures will be called, event if
an associated event occurs.

Events can be temporarily disabled if a particular section of code needs to
run without being interrupted.

Note that on timed events, the timer will not be running while events are
paused.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson