OrderState

abstract inner class OrderState(source)

State in the order lifecycle. State subclasses encapsulate the legal transitions; an attempted illegal transition throws IllegalStateException via unsupported.

See sc.inventorylayer.OrderState

Properties

Link copied to clipboard
Link copied to clipboard

Back-compat alias for the state's display name.

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
protected fun unsupported(op: String): Nothing