SeizeWaiting

@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.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, resourceName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double