Documentation Language: Swift

Method

invoke(operation:on:arguments:)

Invoke an operation on an object.

func invoke(operation: EOperationInfo, on object: any EObject, arguments: [Any?]) async throws -> Any?

Parameters

operation

The EOperationInfo to invoke

object

The object to invoke the operation on

arguments

The operation arguments

Return Value

The operation result

Discussion