counts property

  1. @TagNumber.new(1)
Map<String, Int64> get counts

Count of task in each state in the TaskGroup. The map key is task state name.

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, $fixnum.Int64> get counts => $_getMap(0);