---
title: condition
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsconditionlock/condition
---

# condition

The condition associated with the receiver.

## Declaration

```swift
var condition: Int { get }
```

## Discussion

Discussion If no condition has been set, returns 0.
