setInactiveTimeoutPeriod

setInactiveTimeoutPeriod(period: Integer);

The setInactiveTimeoutPeriod method of the Application class establishes a one-shot timeout period for user activity in a GUI application by defining the period after which the application times out the user if no activity occurs (either mouse or key board action).

The period parameter specifies the number of seconds that users can be inactive before being timed out. The default value of zero (0) indicates that there is no timeout.

See also the Application class inactiveTimeout method.