On this page
libtmux.exc.TmuxTimeout
- Module
- libtmux.exc
- Package
- libtmux
- Source
- src/libtmux/exc.py
- Bases:
A tmux command did not return within its timeout.
Deliberately NOT a
LibTmuxException. The listing accessors absorb one of those as "nothing to list", which is right for a daemon that has not started and wrong for a server that stopped answering -- a caller told there are no sessions goes on to create one on a server that already has them.Distinct from
WaitTimeout, which is a helper giving up on a condition. This one means the tmux process was killed mid-command, so nothing can be said about whether it took effect.
1 declared, 0 inherited
Members
- __init__ method