QueueLengthChanged

@Serializable
@SerialName(value = "QueueLengthChanged")
data class QueueLengthChanged(val simTime: Double, val queueName: String, val length: Int) : AnimationEvent(source)

A queue's length changed. Covers every queue type (one shared event).

Constructors

Link copied to clipboard
constructor(simTime: Double, queueName: String, length: Int)

Properties

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