pane.Pane.is_dead
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- Python TypeScript Go Java .NET C++ Swift
-
Report whether the pane's process has exited while the pane remains.
This is only observable when
remain-on-exitkeeps the pane open.In other ports Whether the pane’s program has exited
- Python
libtmux.Pane.pane_dead - TypeScript no equivalent on
Pane - Go
tmux.Pane.Dead - Java no equivalent on
Pane - .NET no equivalent on
Pane - C++
libtmux::Pane::dead - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited