# OutputWait.Outcome

- **Module:** OutputWait
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/WaitForOutput.swift#L5
- **Page:** https://libtmux.org/en/swift/latest/reference/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.
