On this page
LibTmux.Server.Chain
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Chaining.cs
-
Begins a chain that runs its commands in one tmux invocation.
This is the batched counterpart to the one-shot methods. Which one is in use is visible where the call starts rather than in an option, and nothing runs until the chain is executed.
- Returns
-
An empty chain bound to this server.
- Raises
-
-
InvalidOperationException – The handle has no connection.
-
Discussed in Control mode vs one-shot
0 declared, 0 inherited