io.github.libtmux.Session.Session.refresh
- Module
- io.github.libtmux.Session
- Declared in
- Session
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Session.java
- Other languages
- Python Ruby Lua TypeScriptRustGo.NETC++ Swift
-
Takes a new capture and returns this session as it is now.
This handle remains unchanged. Use the returned handle for subsequent state reads.
- Raises
-
-
ObjectDoesNotExistException – if the session is gone from a server that still answers
-
ServerNotRunningException – if no daemon is running
-
In other ports Read a session again
- Python
libtmux.Session.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.refreshed - Rust
session.Session.refresh - Go
tmux.Session.Refresh - .NET
LibTmux.Session.RefreshAsync - C++
libtmux::Session::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
0 declared, 0 inherited