<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSBackgroundActivityScheduler/repeats",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBackgroundActivityScheduler(py)repeats"
  },
  "title" : "repeats"
}
-->

# repeats

A Boolean value indicating whether the activity should be rescheduled after it completes.

```
var repeats: Bool { get set }
```

## Discussion

The default value for this property is <doc://com.apple.documentation/documentation/Swift/false>. See [`Configure Scheduler Properties`](/documentation/Foundation/NSBackgroundActivityScheduler#Configure-Scheduler-Properties).

---

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)