LogicMethodCompleted

@Serializable
data class LogicMethodCompleted(val clientId: String, val timestamp: Long, val callId: String, val result: String?, val resultType: String, val durationMs: Long) : DevToolsMessage(source)

Sent when a traced logic method completes successfully.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard