progressPercent property
The percent progress of the Operation. Values can range from 0-100. If the value is 100, then the operation is finished.
Implementation
@$pb.TagNumber(22)
$core.int get progressPercent => $_getIZ(20);
Implementation
@$pb.TagNumber(22)
set progressPercent($core.int v) {
$_setSignedInt32(20, v);
}