AlightHere

data class AlightHere(val stop: Stop) : TourStopActionIfc(source)

Put down everyone aboard who is bound for here.

Sets down nothing when nobody is: an empty stop is served in no time at all, which is what a vehicle running past an unused halt actually does.

Constructors

Link copied to clipboard
constructor(stop: Stop)

Properties

Link copied to clipboard
open override val servesStop: Stop

The permanent stop this action serves, or null for an action that serves none.

Link copied to clipboard
val stop: Stop

Functions

Link copied to clipboard
open suspend override fun KSLProcessBuilder.perform(context: StopContextIfc)

Carried out once the vehicle has arrived at StopContextIfc.stop.