libtmux Reference MCP Search
On this page

LibTmux.TmuxChain.ExecuteAsync

View as Markdown

Module
LibTmux
Declared in
TmuxChain
Package
LibTmux
Source
src/LibTmux/Chaining/TmuxChain.cs
ExecuteAsync ( cancellationToken : CancellationToken ) Task<TmuxCommandResult>
methodasync [source]
methodasync [source]
ExecuteAsync

Runs every command in one tmux invocation.

tmux runs the commands in order and prints their output as one stream, so the result belongs to the chain rather than to any single command. A command that fails stops the ones after it, which is tmux's own behavior for a grouped run rather than anything imposed here.

Parameters
Returns

What that one invocation produced.

Raises

0 declared, 0 inherited

Esc

Type to search.