---
title: HMError.Code.actionSetExecutionInProgress
framework: homekit
role: symbol
role_heading: Case
path: homekit/hmerror/code/actionsetexecutioninprogress
---

# HMError.Code.actionSetExecutionInProgress

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

## Declaration

```swift
case actionSetExecutionInProgress
```

## See Also

### Action set errors

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