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