waitForCapacity property

  1. @TagNumber(28)
bool waitForCapacity

If set, swarming was requested to wait until it sees at least one bot report a superset of the build's requested dimensions.

Implementation

@$pb.TagNumber(28)
$core.bool get waitForCapacity => $_getBF(23);
  1. @TagNumber(28)
void waitForCapacity=(bool v)

Implementation

@$pb.TagNumber(28)
set waitForCapacity($core.bool v) {
  $_setBool(23, v);
}