---
title: NSBackgroundActivityScheduler.Result
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/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.

## Declaration

```swift
enum Result
```

## Topics

### Constants

- [NSBackgroundActivityScheduler.Result.finished](foundation/nsbackgroundactivityscheduler/result/finished.md)
- [NSBackgroundActivityScheduler.Result.deferred](foundation/nsbackgroundactivityscheduler/result/deferred.md)

### Initializers

- [init(rawValue:)](foundation/nsbackgroundactivityscheduler/result/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [QualityOfService](foundation/qualityofservice.md)
