CallForProposals

data class CallForProposals(val task: Dispatcher.Task, val issuedAt: Double)(source)

A dispatcher's invitation to bid on a task.

Carries the instant it was issued as well as the task, because a bid may legitimately depend on how long a vehicle has to respond and because a run's record should show when the call went out, not only what came back.

Constructors

Link copied to clipboard
constructor(task: Dispatcher.Task, issuedAt: Double)

Properties

Link copied to clipboard
Link copied to clipboard