---
title: resume()
framework: foundation
role: symbol
role_heading: Instance Method
path: foundation/progress/resume()
---

# resume()

Resumes progress tracking.

## Declaration

```swift
func resume()
```

## Discussion

Discussion This method invokes the block for resumingHandler, if there is one, and ensures that any subsequent reads of the isPaused property return false. If the receiver has suboperations, the system resumes their progress as well.

## See Also

### Controlling Progress

- [cancel()](foundation/progress/cancel().md)
- [pause()](foundation/progress/pause().md)
- [resumingHandler](foundation/progress/resuminghandler.md)
