---
title: isRunning
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/process/isrunning
---

# isRunning

A status that indicates whether the receiver is still running.

## Declaration

```swift
var isRunning: Bool { get }
```

## Return Value

Return Value true if the receiver is still running, otherwise false. false means either the receiver could not run or it has terminated.

## See Also

### Related Documentation

- [waitUntilExit()](foundation/process/waituntilexit().md)
- [launch()](foundation/process/launch().md)
- [terminate()](foundation/process/terminate().md)

### Querying the process state

- [terminationStatus](foundation/process/terminationstatus.md)
- [terminationReason](foundation/process/terminationreason-swift.property.md)
