ServiceTask

Something a vehicle does for itself. Nothing is suspended on it.

Properties

Link copied to clipboard
open override val destination: String

Where the vehicle must end up.

Link copied to clipboard
Link copied to clipboard
open override val pickupLocation: String

Where the vehicle must go first. The destination itself for a task with nothing to collect, which is what makes a service task a one-stop tour.

Link copied to clipboard

The entity suspended on this task, if any. Null for a task a vehicle raised for itself.