Instance Stopped Event
data class InstanceStoppedEvent(val nt: Long = System.nanoTime(), val ts: Long = System.currentTimeMillis(), val id: String) : InstanceEvent, StatusEvent
An event signaling that the PowerGoblin instance was stopped.