Idle

Description

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

Event ID

Objects

None

Application


Arguments

None

Return Values

None. (Do not use a RETURN statement.)

Examples

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