Occurs when the Idle function has been called in an application object script and the specified number of seconds have elapsed with no mouse or keyboard activity.
Event ID |
Objects |
---|---|
None |
Application |
None
None. (Do not use a RETURN statement.)
This statement in an application script causes the Idle event to be triggered after 300 seconds of inactivity:
Idle(300)
In the Idle event itself, this statement closes the application:
HALT CLOSE