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