NodeEnqueueCommand

data class NodeEnqueueCommand(val node: String, val command: AgentCommand, val uniqueId: String? = null) : NodeCommand

Enqueues an agent command.

Constructors

Link copied to clipboard
constructor(node: String, command: AgentCommand, uniqueId: String? = null)

Properties

Link copied to clipboard

Task to enqueue

Link copied to clipboard
open override val node: String

Node id

Link copied to clipboard
val uniqueId: String? = null

Unique id of this command (null = let the system generate)