<!--
{
  "availability" : [
    "iOS: 7.0.0 - 7.0.0",
    "iPadOS: 7.0.0 - 7.0.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "XPC",
  "identifier" : "/documentation/XPC/XPC_ACTIVITY_REQUIRE_HDD_SPINNING",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "XPC"
    ],
    "preciseIdentifier" : "c:@XPC_ACTIVITY_REQUIRE_HDD_SPINNING"
  },
  "title" : "XPC_ACTIVITY_REQUIRE_HDD_SPINNING"
}
-->

# XPC_ACTIVITY_REQUIRE_HDD_SPINNING

A Boolean value indicating whether the activity should only be performed while the hard disk drive (HDD) is spinning.

```
let XPC_ACTIVITY_REQUIRE_HDD_SPINNING: UnsafePointer<CChar>
```

## Discussion

Computers with flash storage are considered to be equivalent to HDD spinning. Defaults to `NO`.

---

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)