AgentExitCommand

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

Power off the agent.

Constructors

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

Properties

Link copied to clipboard