Changeover

@Serializable
@SerialName(value = "changeover")
data class Changeover(val setupTime: Double) : SetupSpec(source)

A fixed setup incurred whenever the served type changes (including the first job).

Constructors

Link copied to clipboard
constructor(setupTime: Double)

Properties

Link copied to clipboard