10-03-2022 10:07 AM
I have a test system where in general an Operator will not be using and unconcerned with privileges. However I want to be able to have an elevated user (ie developer) to use the system, and when they finish/walkaway the system detects inactivity and logs back into the operator profile.
10-03-2022 10:15 AM
If you have a method to decide whether to logout, you can run it in a new thread at login, monitor it in the background and invoice the Engine Logout method once it detects.