ConveyorExited

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

An entity exited (fully off) a conveyor.

Constructors

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

Properties

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