progressPercent property

  1. @TagNumber(22)
int progressPercent

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);
  1. @TagNumber(22)
void progressPercent=(int v)

Implementation

@$pb.TagNumber(22)
set progressPercent($core.int v) {
  $_setSignedInt32(20, v);
}