KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
AnimationEvent
/
SeizeQueued
Seize
Queued
@
Serializable
@
SerialName
(
value
=
"SeizeQueued"
)
data
class
SeizeQueued
(
val
simTime
:
Double
,
val
entityId
:
Long
,
val
resourceName
:
String
,
val
queueName
:
String
,
val
amountRequested
:
Int
)
:
AnimationEvent
(
source
)
An entity's seize request was enqueued waiting for a resource.
Members
Constructors
Seize
Queued
Link copied to clipboard
constructor
(
simTime
:
Double
,
entityId
:
Long
,
resourceName
:
String
,
queueName
:
String
,
amountRequested
:
Int
)
Properties
amount
Requested
Link copied to clipboard
val
amountRequested
:
Int
entity
Id
Link copied to clipboard
val
entityId
:
Long
queue
Name
Link copied to clipboard
val
queueName
:
String
resource
Name
Link copied to clipboard
val
resourceName
:
String
sim
Time
Link copied to clipboard
open
override
val
simTime
:
Double