# ProcessReach

- **Package:** LibTmuxMCP
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolCatalog.swift#L13
- **Page:** https://libtmux.org/en/swift/latest/mcp/reference/processreach/

Whether caller-controlled data can reach a workload process.

## 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.
- `none` (constant)
- `configuredProcess` (constant)
- `paneInput` (constant)
- `paneCommand` (constant)
- `init(rawValue:)` (method): Creates a new instance with the specified raw value.
