Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskIdRange

Package version

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'.

summary

A range of task IDs that a task can depend on. All tasks with IDs in the range must complete successfully before the dependent task can be scheduled.

Hierarchy

  • TaskIdRange

Index

Properties

Properties

end

end: number

The last task ID in the range.

start

start: number

The first task ID in the range.

Generated using TypeDoc