---
title: executionBlocks
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/blockoperation/executionblocks
---

# executionBlocks

The blocks associated with the receiver.

## Declaration

```swift
var executionBlocks: [@Sendable () -> Void] { get }
```

## Discussion

Discussion The blocks in this array are copies of those originally added using the addExecutionBlock(_:) method.

## See Also

### Managing the Blocks in the Operation

- [init(block:)](foundation/blockoperation/init(block:).md)
- [addExecutionBlock(_:)](foundation/blockoperation/addexecutionblock(_:).md)
