$InactivityTimeout system tag
- Last UpdatedJun 17, 2024
- 1 minute read
Indicates that the time configured for inactivity elapsed.
Category
security
Usage
$InactivityTimeout
Remarks
Set to 1 when the inactivity timer elapses. For more information on setting the log off time, see Configuring an Inactivity Time-Out.
Note: The inactivity timer does not reset for ActiveX controls, OLE and automation controls.
Data Type
Discrete (read only)
See Also
$InactivityWarning
Example(s)
The following example is an "on true" condition script:
If $InactivityTimeout == 1 THEN
Show "Logged Off";
ENDIF
See Also
$InactivityWarning