Skip to main content

Class: InactivityWarningEvent

Defined in: livelink.clients/livelink.base/sources/session/SessionEvents.ts:36

Event emitted when the client is about to be disconnected due to inactivity.

Dispatched by Session as on-inactivity-warning.

Extends

  • Event

Properties

PropertyModifierTypeDescription
seconds_remainingreadonlynumberThe number of seconds remaining before the client is disconnected.
resetTimerreadonly() => voidResets the timer for the activity warning.