()
| 276 | } |
| 277 | |
| 278 | public get idleTime(): number { |
| 279 | return calculateDurationInMs(this.lastUseTime); |
| 280 | } |
| 281 | |
| 282 | private get hasSessionSupport(): boolean { |
| 283 | return this.description.logicalSessionTimeoutMinutes != null; |
nothing calls this directly
no test coverage detected