NoInputTime

Returns the time elapsed since the last keyboard action.

Function Group Execution Windows Embedded Thin Client Mobile Access
NoInputTime System Info Synchronous Supported Supported Keyboard input only Not supported

Syntax

Web Studio Help tion systeminfo noinputtime.xml d226927e76 NoInputTime
  NoInputTime( "optTagUpdateTrigger" )  
optTagUpdateTrigger
The name of a project tag. When the value of the tag changes, it triggers an update when this function is used in a Text Data Link animation.
Note: The tag name should be enclosed in quotes, as shown in the syntax diagram, or else the function will try to use the value of the tag.

Returned value

Returns the time (in seconds) since the last keyboard action.

Notes

If VBScript debugging is enabled, then this function cannot be used; the normal execution cycle is suspended during debugging, so it is not possible to accurately measure the time elapsed without user input. For more information, see Debugging VBScript.

Examples

Tag Name Expression
Tag NoInputTime()
Note: You cannot implement this function directly from a Text object.

NoInputTime