ConveyorAccessRequested

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

An entity requested access to a conveyor at an entry location.

Constructors

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

Properties

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