<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "XCTest",
  "identifier" : "/documentation/XCTest/XCTWaiter/Result/interrupted",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "XCTest"
    ],
    "preciseIdentifier" : "c:@E@XCTWaiterResult@XCTWaiterResultInterrupted"
  },
  "title" : "XCTWaiter.Result.interrupted"
}
-->

# XCTWaiter.Result.interrupted

The waiter was interrupted prior to its expectations being fulfilled or timing out.

```
case interrupted
```

## Discussion

This occurs when an “outer” waiter times out, resulting in any waiters nested inside it being interrupted to allow the call stack to quickly unwind.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)