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