Contents

executionBlocks

The blocks associated with the receiver.

Declaration

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

Discussion

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

See Also

Managing the Blocks in the Operation