Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Defines the valid range of work unit IDs for querying the execution service.

Hierarchy

  • WorkUnitRange

Properties

WorkUnitIdMax: undefined | number

Defines the maximum work unit ID in the range. The maximum value is inclusive.

WorkUnitIdMin: undefined | number

Defines the minimum work unit ID in the range.

WorkUnitToken: undefined | string

A work token used to query the execution service.