Configure idle Timeout for a session

You can use the UI Session IdleTimeoutEvent to have an idle timeout apply to the entire session and the Presentation Engine.

  1. In Project view, right-click the UI folder and select New > UI Session. UISession# (type) appears in Project view.
  2. With UISession# (type) selected, in Properties, in Inactivity timeout duration, enter the duration for the timeout.
  3. In Inactivity timeout active, select True.
  4. Under Events after IdleTimeoutEvent, select AddAdd new method, expand Commands, and navigate to select the command that will be executed when the timeout event is triggered.