EntityTerminated

@Serializable
@SerialName(value = "EntityTerminated")
data class EntityTerminated(val simTime: Double, val entityId: Long) : AnimationEvent(source)

An entity's process ended abnormally (terminated/failed).

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long)

Properties

Link copied to clipboard
Link copied to clipboard
open override val simTime: Double