---
title: alreadyWaiting
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/macherror/alreadywaiting
---

# alreadyWaiting

A thread is attempting to wait for an event for which there is already a waiting thread.

## Declaration

```swift
static var alreadyWaiting: MachError.Code { get }
```
