interface IdleTimeout {
    eventDate: Date;
    gracePeriod: number;
}

Hierarchy (view full)

Properties

eventDate: Date

Timestamp of the event occurrence.

gracePeriod: number

Grace time provided by the SDK before it automatic shutdown due to inactivity. The gracePeriod is configured through idleShutdownGraceTimeout.