---
title: isRunning
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amworkflowcontroller/isrunning
---

# isRunning

A Boolean value that indicates whether the controller’s workflow is currently running.

## Declaration

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

## Discussion

Discussion true if the controller’s workflow is currently running; false otherwise. Use isRunning: to determine whether the receiver’s workflow is currently running.

## See Also

### Getting Workflow Information

- [canRun](automator/amworkflowcontroller/canrun.md)
- [isPaused](automator/amworkflowcontroller/ispaused.md)
