- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- Other languages
- PythonRubyLua TypeScript RustGoJavaC++Swift
-
Gets whether a client was attached when this session was read.
This is captured state rather than a live one: it says what tmux reported when the handle was made, which is what makes a reading of a hierarchy consistent with itself.
In other ports Whether a client was attached when captured
- Python
libtmux.Session.session_attached - Ruby
LibTmux::SessionSnapshot#attached - Lua
libtmux.SnapshotSession.attached - TypeScript no accessor; the field is read from
Session.format, tmux's own row - Rust
session.Session.is_attached - Go
tmux.Session.Attached - Java
io.github.libtmux.Session.Session.attached - C++
libtmux::Session::attached - Swift
Session.isAttached
- Python
0 declared, 0 inherited