On this page
libtmux::Server::run_batch
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux-cxx
- Source
- include/libtmux/server.hpp
- run_batch ( batch : const CommandBatch & ) expected< std::string, CommandFailure >
-
Run several commands in one invocation.
tmux runs a batch fail-fast, so a failed batch is partially applied rather than rolled back, and one exit status covers the group, so tmux does not identify which member failed.
0 declared, 0 inherited