libtmux Reference MCP Search
On this page

plan.run.Plan.run

View as Markdown

Module
plan.run
Declared in
Plan
Package
libtmux
Source
crates/libtmux/src/plan/run.rs
run ( self , server : &Server , planner : Planner ) Result<PlanResult, Error>
method [source]
method [source]
run

Run this plan, grouping it with planner.

The result does not depend on the planner; the number of tmux invocations, and how precisely a failure can be attributed, do.

Errors

Returns an error when tmux cannot be reached, a process cannot be captured, a slot dependency is invalid, or a creating operation does not return valid IDs. Validation happens before the first command. A command tmux *refuses* is reported through the returned [ PlanResult ], not as an error, because a plan may expect one.

0 declared, 0 inherited

Esc

Type to search.