invokeSuspend

inline suspend fun invokeSuspend(arguments: ArgumentsBuilder): Any?(source)
suspend fun invokeSuspend(arguments: ArgumentList): Any?(source)

Invoke the referenced suspend function with the given parameters. If the function is not suspend, this will still invoke it without an error.

Throws

if invocation fails