Contents

hasActions

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

Declaration

var hasActions: Bool { get }

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