KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
EntityTerminated
Entity
Terminated
@
Serializable
@
SerialName
(
value
=
"EntityTerminated"
)
data
class
EntityTerminated
(
val
simTime
:
Double
,
val
entityId
:
Long
)
:
AnimationEvent
(
source
)
An entity's process ended abnormally (terminated/failed).
Members
Constructors
Entity
Terminated
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
)
Properties
entity
Id
Link copied to clipboard
val
entityId
:
Long
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double