Orders Map
A collection of orders that are currently assigned to the worker.
The orders in this map are sorted with the ordering in which the worker should complete them, you can get it as a list using OrdersMap.values
Constructors
Link copied to clipboard
HyperTrack.OrdersMap HyperTrack.OrdersMap(Array<HyperTrack.Order> sortedOrders)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
final Result<List<HyperTrack.Order>, HyperTrack.OrderTrackError> track(HyperTrack.OrderTrackMode trackMode, Collection<HyperTrack.TrackOrder> orders)
Content copied to clipboard
Allows the creation and immediate tracking of order fulfillment.