---
title: isExecuting
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmactionset/isexecuting
---

# isExecuting

The execution status of the action set.

## Declaration

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

## Discussion

Discussion true while executing, otherwise false.

## See Also

### Keeping track of execution

- [lastExecutionDate](homekit/hmactionset/lastexecutiondate.md)
