autoback()

Enable or disable automatic screenswap. Optionally you can use setAutoback() command.


Syntax:
autoback( value )
setAutoback( value )

value
= 0 means autoback disabled
value > 0 perform screen swap every given number of milliseconds.
value <0 waits given number of milliseconds and perform screen swap only if is explicitly called by screenSwap command.

Example:
autoback( 15 )