CapacityScheduleSpec

@Serializable
data class CapacityScheduleSpec(val items: List<CapacityItemSpec>, val repeatable: Boolean = false, val startTime: Double = 0.0)(source)

A capacity (shift) schedule for a station's resource. The items are applied in order from startTime; if repeatable, the sequence repeats.

Constructors

Link copied to clipboard
constructor(items: List<CapacityItemSpec>, repeatable: Boolean = false, startTime: Double = 0.0)

Properties

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