AgentPowerOffCommand

data class AgentPowerOffCommand(val reboot: Boolean = false) : AgentCommand

Power off the agent.

Constructors

Link copied to clipboard
constructor(reboot: Boolean = false)

Properties

Link copied to clipboard
val reboot: Boolean = false