KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
QObjectDequeued
QObject
Dequeued
@
Serializable
@
SerialName
(
value
=
"QObjectDequeued"
)
data
class
QObjectDequeued
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
queueName
:
String
)
:
AnimationEvent
(
source
)
A specific QObject/entity left a queue (8C.2).
Members
Constructors
QObject
Dequeued
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
queueName
:
String
)
Properties
entity
Id
Link copied to clipboard
val
entityId
:
Long
queue
Name
Link copied to clipboard
val
queueName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double