---
title: run()
framework: foundation
role: symbol
role_heading: Instance Method
path: foundation/process/run()
---

# run()

Runs the process with the current environment.

## Declaration

```swift
func run() throws
```

## See Also

### Running and stopping

- [interrupt()](foundation/process/interrupt().md)
- [resume()](foundation/process/resume().md)
- [suspend()](foundation/process/suspend().md)
- [terminate()](foundation/process/terminate().md)
- [waitUntilExit()](foundation/process/waituntilexit().md)
