<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: -",
    "macOS: 26.4.0 -",
    "tvOS: 26.4.0 -",
    "visionOS: 26.4.0 -",
    "watchOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentCancellationReason/timeout",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents24IntentCancellationReasonV7timeoutACvpZ"
  },
  "title" : "timeout"
}
-->

# timeout

An option that indicates the app intent exceeded the allowed time limit without
reporting progress.

```
static var timeout: IntentCancellationReason { get }
```

## Discussion

When an app intent runs on iOS, iPadOS, tvOS, visionOS, or watchOS, it has a default
timeout of around 30 seconds. If the app intent doesn’t report progress during this
time, the system can cancel the operation.

---

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)