# Session.isAttached

- **Module:** Session
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/Session.swift#L21
- **Page:** https://libtmux.org/en/swift/latest/reference/session-isattached/

Whether any client is looking at this session. Opening a connection attaches one, so this reads differently from inside ``Server/connected(attachingTo:_:)`` — see <doc:Modes>.
