plan.run.Outcome
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.run
- Package
- libtmux
- Source
- crates/libtmux/src/plan/run.rs
-
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.