consumedParallelism property

ReportedParallelism? consumedParallelism
getter/setter pair

Total amount of parallelism in the portion of input of this task that has already been consumed and is no longer active.

In the first two examples above (see remaining_parallelism), the value should be 29 or 2 respectively. The sum of remaining_parallelism and consumed_parallelism should equal the total amount of parallelism in this work item. If specified, must be finite.

Implementation

ReportedParallelism? consumedParallelism;