NodeStatusCommand

data class NodeStatusCommand(val node: String, val status: AgentStatus) : NodeCommand

Updates the status of an agent/node.

Constructors

Link copied to clipboard
constructor(node: String, status: AgentStatus)

Properties

Link copied to clipboard
open override val node: String

Node id

Link copied to clipboard

Status message