libtmux Reference MCP Search
On this page

OutputWait.Outcome

View as Markdown

Declared in
OutputWait
Package
libtmux-swift
Source
Sources/LibTmux/WaitForOutput.swift
enum OutputWait.Outcome : enum Outcome
enum [source]
enum [source]
enum OutputWait.Outcome

12 declared, 0 inherited

Members

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

Type to search.