Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

session.Session.refreshed

TypeScript

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
packages/libtmux/src/session.ts
Other languages
Python Ruby Lua RustGoJava.NETC++ Swift
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();
In other ports Read a session again

0 declared, 0 inherited

Esc

Type to search.