Salesforce

Idle (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Idle (Magic xpa 3.x)

Checks system inactivity time.

Returns the time elapsed from the last keystroke or mouse click received by Magic xpa, in tenths of a second. The Idle time depends on the Keyboard idle seconds setting in the Environment dialog box. The Idle function will only return a value if the number of seconds specified by the Environment keyboard idle seconds parameter has elapsed. The result of the Idle function is cumulative in keyboard idle tenth-seconds units.

Syntax:

Idle()

Parameters:

None

Returns:

0, if less than keyboard Idle tenth-seconds have elapsed since the last keystroke or mouse click. A cumulative number in keyboard Idle tenth-seconds units if more than keyboard Idle tenth-seconds have elapsed since the last keystroke or mouse click.

Example:

With the Environment keyboard Idle seconds set to 5, then Idle() returns 0 after 0.1 second; 0 after 0.2 seconds; 0 after 0.4 seconds; 5 after 0.5 seconds; 5 after 0.8 seconds; 10 after 1.0 seconds.

See also:

The Online and Rich Client Samples projects (program TF04 and RTF04)

Reference
Attachment 
Attachment