QueueInfo

@Serializable
data class QueueInfo(val name: String, val reporting: Boolean = true, val waitTimeStats: Boolean = true)(source)

A queue's reporting intent (P5/C1), read pre-run from the model's ksl.modeling.queue.Queue. reporting mirrors defaultReportingOption and waitTimeStats mirrors waitTimeStatOption. The editor uses these as a hint: non-reporting queues (e.g. a movable resource's internal :HomeBaseQ) are captured but not auto-placed.

Constructors

Link copied to clipboard
constructor(name: String, reporting: Boolean = true, waitTimeStats: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard