Options
All
  • Public
  • Public/Protected
  • All
Menu

Filtering options for tasks in the Delivery Vehicle Location Provider.

Hierarchy

  • FleetEngineTaskFilterOptions

Index

Properties

completionTimeFrom: null | Date

Exclusive lower bound for the completion time of the task. Used to filter for tasks that were completed after the specified time.

completionTimeTo: null | Date

Exclusive upper bound for the completion time of the task. Used to filter for tasks that were completed before the specified time.

state: null | string

The state of the task. Valid values are OPEN or CLOSED.

Generated using TypeDoc