libtmux Reference MCP Search
On this page

plan.run.Outcome

View as Markdown

Module
plan.run
Package
libtmux
Source
crates/libtmux/src/plan/run.rs
enum plan.run.Outcome
enumoverload [source]
enumoverload [source]
enum plan.run.Outcome

5 declared, 0 inherited

Members

  • Complete constant tmux ran it and accepted it.
  • Failed constant tmux ran it and refused it.
  • Skipped constant tmux never ran it, because something before it in the same invocation failed and tmux dropped the rest.
  • Unknown constant It shared an invocation with a failure and nothing distinguishes it.
  • is_complete method
Esc

Type to search.