<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSBackgroundActivityScheduler/Result",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSBackgroundActivityResult"
  },
  "title" : "NSBackgroundActivityScheduler.Result"
}
-->

# NSBackgroundActivityScheduler.Result

These constants indicate whether background activity has been completed successfully or whether additional processing should be deferred until a more optimal time.

```
enum Result
```

## Topics

### Constants

[`NSBackgroundActivityScheduler.Result.finished`](/documentation/Foundation/NSBackgroundActivityScheduler/Result/finished)

The activity has finished executing. If the activity repeats, the next invocation is scheduled by the system.

[`NSBackgroundActivityScheduler.Result.deferred`](/documentation/Foundation/NSBackgroundActivityScheduler/Result/deferred)

System conditions have changed since the time the activity began executing, and deferral of additional work is recommended.



---

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)