Configure idle timeout for a session

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. (optional) Hover-over the
    UISession# (type)
    , select
    Edit
    and enter a new name for the UI session.
  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 select the command to execute when the timeout event is triggered.
  5. Apply the session to presentation engines:
    1. In
      Project view
      , select a presentation engine.
    2. In
      Properties
      , from
      Sessions
      , select the UI session type.
    For more information about presentation engines, see Presentation engines.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.