# OutputWait.Outcome

- **Module:** OutputWait
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/WaitForOutput.swift#L4
- **Page:** https://libtmux.org/reference/swift/outputwait-outcome-10j8/

## Members

- `encode(to:)` (method) — Encodes this value into the given encoder, when the type's `RawValue` is `String`.
- `init(from:)` (method) — Creates a new instance by decoding from the given decoder, when the type's `RawValue` is `String`.
- `hashValue` (property)
- `hash(into:)` (method)
- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `matched` (constant) — One of `patterns` appeared in output that arrived during the wait.
- `stopped` (constant) — One of `stops` appeared first. `matchedIndex` says which.
- `timedOut` (constant) — Nothing matched before the deadline, in reads that finished.
- `expiredWhileReading` (constant) — The deadline arrived while a read of the pane was still in flight, so the wait never finished looking.
- `paneClosed` (constant) — The pane went away, so nothing more can arrive.
- `alternateScreen` (constant) — A pager, editor, or other full-screen program owned the pane, so matching was suppressed for as long as it did.
- `init(rawValue:)` (method) — Creates a new instance with the specified raw value.
