AgentCollectorStopCommand

data class AgentCollectorStopCommand(val timestamp: Long = System.currentTimeMillis()) : AgentCommand

Stop the collector.

Constructors

Link copied to clipboard
constructor(timestamp: Long = System.currentTimeMillis())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String