session.Session.last_attached
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- Python Ruby Lua TypeScript Go Java .NET C++ Swift
-
Return when a client last attached.
This is
Nonefor a session that has never been attached, which is the ordinary state for one started withnew-session -d. tmux keeps whole seconds.SessionFields::session_last_attachedfilters and reads the same field as thei64of Unix seconds tmux reports, because the query grammar compares integers.In other ports When a client last attached to a session
- Python
libtmux.Session.session_last_attached - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript no equivalent on
Session - Go
tmux.Session.LastAttached - Java no equivalent on
Session - .NET no equivalent on
Session - C++ no equivalent on
Session - Swift no equivalent on
Session
- Python
0 declared, 0 inherited