repairAttempted property
True when commons issued the single repair retry (mode=REPAIR).
Implementation
@$pb.TagNumber(8)
$core.bool get repairAttempted => $_getBF(7);
Implementation
@$pb.TagNumber(8)
set repairAttempted($core.bool value) => $_setBool(7, value);