---
title: hasActions
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnactionable/hasactions
---

# hasActions

A Boolean value that indicates whether the node is currently executing any actions.

## Declaration

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

## Discussion

Discussion This value is true if the node has any executing actions; otherwise the value is false.

## See Also

### Inspecting a Node’s Running Actions

- [action(forKey:)](scenekit/scnactionable/action(forkey:).md)
- [actionKeys](scenekit/scnactionable/actionkeys.md)
