Documentation Language: Swift

Method

execute(in:)

Executes the statement within the specified execution context.

func execute(in context: ATLExecutionContext) async throws

Parameters

context

The execution context providing variable bindings and model access

Discussion