---
title: actionSetExecutionInProgress
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmerror/actionsetexecutioninprogress
---

# actionSetExecutionInProgress

An error indicating the execution of the action set is in progress.

## Declaration

```swift
static var actionSetExecutionInProgress: HMError.Code { get }
```

## See Also

### Detecting action set errors

- [actionInAnotherActionSet](homekit/hmerror/actioninanotheractionset.md)
- [actionSetExecutionFailed](homekit/hmerror/actionsetexecutionfailed.md)
- [actionSetExecutionPartialSuccess](homekit/hmerror/actionsetexecutionpartialsuccess.md)
- [cannotRemoveBuiltinActionSet](homekit/hmerror/cannotremovebuiltinactionset.md)
- [noActionsInActionSet](homekit/hmerror/noactionsinactionset.md)
- [noRegisteredActionSets](homekit/hmerror/noregisteredactionsets.md)
