progress property
Estimated progress of the operation (0 - 100%).
Implementation
@$pb.TagNumber(6)
$core.int get progress => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set progress($core.int value) => $_setSignedInt32(5, value);
Estimated progress of the operation (0 - 100%).
@$pb.TagNumber(6)
$core.int get progress => $_getIZ(5);
@$pb.TagNumber(6)
set progress($core.int value) => $_setSignedInt32(5, value);