---
title: isPaused
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amworkflowcontroller/ispaused
---

# isPaused

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

## Declaration

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

## Return Value

Return Value true if the controller’s workflow is currently paused; false otherwise.

## See Also

### Getting Workflow Information

- [canRun](automator/amworkflowcontroller/canrun.md)
- [isRunning](automator/amworkflowcontroller/isrunning.md)
