KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
WaitingForProcess
Waiting
For
Process
@
Serializable
@
SerialName
(
value
=
"WaitingForProcess"
)
data
class
WaitingForProcess
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
childProcessName
:
String
)
:
AnimationEvent
(
source
)
An entity is waiting for a child process to complete.
Members
Constructors
Waiting
For
Process
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
childProcessName
:
String
)
Properties
child
Process
Name
Link copied to clipboard
val
childProcessName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Long
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double