LogicMethodCompleted

constructor(callId: String, result: String?, resultType: String, durationMs: Long)(source)

Parameters

callId

Unique identifier matching the corresponding LogicMethodStart

result

String representation of the return value (may be obfuscated), null for Unit returns

resultType

Simple name of the result type

durationMs

Time in milliseconds from method start to completion