gs.getSession().isInteractive()
: This checks whether the current session is interactive. An interactive session means that a user is actively logged in and interacting with the system, typically through a UI (User Interface). The method .isInteractive()
returns true
for an interactive session; otherwise, it returns false
.
User of gs.getSession().isInteractive() ServiceNow
Working Code Asked question August 26, 2024