libtmux Reference MCP Search
On this page

session.Session.refreshed

View as Markdown

Module
session
Declared in
Session
Package
@libtmux/libtmux
Source
packages/libtmux/src/session.ts
refreshed ( ) Promise<Session>
method [source]
method [source]
refreshed

This session, read again at a new instant.

The receiver keeps the instant it was read at; the answer is a new handle on a new snapshot, so neither reading contradicts itself.

Examples

const later = await session.refreshed();
later.windows.count();

0 declared, 0 inherited

Esc

Type to search.