Configure idle timeout for a session

Use
IdleTimeoutEvent
to have an idle timeout apply to the entire session. A timeout can trigger any custom event
  1. In
    Project view
    , right-click the
    UI
    folder and select
    New
    UI Session
    .
    UISession# (type)
    appears in
    Project view
    .
  2. In
    Project view
    , select
    UISession# (type)
    .
  3. In
    Properties
    , set these values:
    • Inactivity timeout duration
      . Enter the duration for the timeout.
    • Inactivity timeout active
      . Set to
      True
      .
  4. Under
    Events
    after
    IdleTimeoutEvent
    , select
    Add
    Add new method
    , expand
    Commands
    , and navigate to select the command to execute when the timeout event is triggered.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.