ShutdownApplicationCommand

data class ShutdownApplicationCommand(val timeOut: Long = 1000, val instance: String? = null) : Command

Shut down the instance.

All subsystems of the instance will be shut down and active measurements will be closed.

Constructors

Link copied to clipboard
constructor(timeOut: Long = 1000, instance: String? = null)

Properties

Link copied to clipboard
val instance: String? = null

Instance id

Link copied to clipboard
val timeOut: Long = 1000

Timeout value