LogicMethodCompleted

data class LogicMethodCompleted(val callId: String, val result: String?, val resultType: String, val durationMs: Long)(source)

Event fired when a traced logic method completes successfully.

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

Constructors

Link copied to clipboard
constructor(callId: String, result: String?, resultType: String, durationMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard