pane.Pane.pid
- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- crates/libtmux/src/pane.rs
- Other languages
- Python TypeScript Go Java .NET C++ Swift
-
Return the process id of the pane's foreground process.
Nonefor a pane with no process: tmux 3.8 reports#{pane_pid}as an empty string once the pane's process has exited (remain-on-exitkeeps such a pane instead of closing it). A value is not evidence the process is still alive, on any release: every release before 3.8 keeps reporting the exited process's own pid rather than clearing the field, and a pid can be reused once its process is gone. CheckSelf::is_deadfor liveness; do not infer it from this.In other ports The process id of the program in a pane
- Python
libtmux.Pane.pid - TypeScript no equivalent on
Pane - Go no equivalent on
Pane - Java
io.github.libtmux.Pane.Pane.pid - .NET no equivalent on
Pane - C++
libtmux::Pane::pid - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited