taskCount property

  1. @TagNumber.new(4)
Int64 get taskCount

Number of Tasks in the TaskGroup. Default is 1.

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get taskCount => $_getI64(2);
  1. @TagNumber.new(4)
set taskCount (Int64 v)

Implementation

@$pb.TagNumber(4)
set taskCount($fixnum.Int64 v) {
  $_setInt64(2, v);
}