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

io.github.libtmux.batch.OperationOutcome.OperationOutcome

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

View as Markdown

Module
io.github.libtmux.batch.OperationOutcome
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/batch/OperationOutcome.java
enum io.github.libtmux.batch.OperationOutcome.OperationOutcome
enum [source]
enum [source]
enum io.github.libtmux.batch.OperationOutcome.OperationOutcome

What became of one operation in a batch.

4 declared, 0 inherited

Members

  • COMPLETE constant tmux ran it and it succeeded.
  • FAILED constant tmux ran it and it failed. Everything after it was discarded.
  • SKIPPED constant tmux never reached it, because an earlier operation failed.
  • UNKNOWN constant Whether tmux applied it cannot be determined.
Esc

Type to search.