Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

plan.run.Outcome

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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

How an operation ended.

5 declared, 0 inherited

Members

  • Complete constant tmux ran it and accepted it.
  • Failed constant tmux ran it and refused it.
  • is_complete method Whether tmux is known to have accepted this operation.
  • 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.
Esc

Type to search.