Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::Pane::exit_status

C++
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++
  • Swift Unavailable

View as Markdown

Module
libtmux
Declared in
Pane
Package
libtmux-cxx
Source
include/libtmux/entities.hpp
exit_status ( ) → std::optional< int >
methodreadonly [source]
methodreadonly [source]
exit_status

What the pane's process exited with, once it has.

Optional rather than a number because zero is a real exit status and "still running" is not a status at all — tmux renders the field empty until the process is gone. Only a pane held on screen by remain-on-exit can report one: without it tmux destroys the pane, and there is nothing left to ask.

0 declared, 0 inherited

Esc

Type to search.