KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
WaitForProcessCompleted
Wait
For
Process
Completed
@
Serializable
@
SerialName
(
value
=
"WaitForProcessCompleted"
)
data
class
WaitForProcessCompleted
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
childProcessName
:
String
)
:
AnimationEvent
(
source
)
A child process an entity was waiting on has completed.
Members
Constructors
Wait
For
Process
Completed
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