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

Returns

None. (Do not use a RETURN statement.)

Examples

Example 1

This statement in an application script causes the Idle event to be triggered after 300 seconds of inactivity:

Idle(300)

Example 2

In the Idle event itself, this statement closes the application:

HALT CLOSE