HoldReleased

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

An entity was released from a hold queue.

Constructors

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

Properties

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