KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
HoldEntered
Hold
Entered
@
Serializable
@
SerialName
(
value
=
"HoldEntered"
)
data
class
HoldEntered
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
holdName
:
String
)
:
AnimationEvent
(
source
)
An entity entered a hold queue.
Members
Constructors
Hold
Entered
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
holdName
:
String
)
Properties
entity
Id
Link copied to clipboard
val
entityId
:
Long
hold
Name
Link copied to clipboard
val
holdName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double