On this page
io.github.libtmux.Server.Server.runTogether
- Module
- io.github.libtmux.Server
- Declared in
- Server
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Server.java
- runTogether ( snapshot : ServerSnapshot , commands : List<List<String>> ) CommandResult ( snapshot : ServerSnapshot , input : String , commands : List<List<String>> ) CommandResult
-
Runs several commands in one invocation, so nothing of this caller's happens between them.
<p>tmux carries a group to its server as one message and runs it there, so a caller that stops partway cannot leave the group half applied. That is what an operation whose second command cleans up after its first needs.
0 declared, 0 inherited