TaskIdRange interface

The start and end of the range are inclusive. For example, if a range has start 9 and end 12, then it represents Tasks '9', '10', '11' and '12'.

Properties

end

The last Task ID in the range.

start

The first Task ID in the range.

Property Details

end

The last Task ID in the range.

end: number

Property Value

number

start

The first Task ID in the range.

start: number

Property Value

number