---
title: NSBackgroundActivityScheduler.Result.finished
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsbackgroundactivityscheduler/result/finished
---

# NSBackgroundActivityScheduler.Result.finished

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

## Declaration

```swift
case finished
```

## See Also

### Constants

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