KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
ConveyorEntryBlocked
Conveyor
Entry
Blocked
@
Serializable
@
SerialName
(
value
=
"ConveyorEntryBlocked"
)
data
class
ConveyorEntryBlocked
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
conveyorName
:
String
,
val
entryLocation
:
String
)
:
AnimationEvent
(
source
)
An entity's conveyor entry was blocked (could not board yet).
Members
Constructors
Conveyor
Entry
Blocked
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
conveyorName
:
String
,
entryLocation
:
String
)
Properties
conveyor
Name
Link copied to clipboard
val
conveyorName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Long
entry
Location
Link copied to clipboard
val
entryLocation
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double