# plan.run.Outcome

- **Module:** plan.run
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/plan/run.rs#L25
- **Page:** https://libtmux.org/reference/rs/plan-run-outcome/

## 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)
