On this page
plan.run.Outcome
- Module
- plan.run
- Package
- libtmux
- Source
- crates/libtmux/src/plan/run.rs
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