progress property
Gets the progress value of the update operation.
Progress values are calculated with respect to ProgressListener.progressMultiplier.
Returns
- The progress value.
Throws
- An exception if it fails.
Implementation
int get progress {
final OperationResult resultString = objectMethod(
_pointerId,
'ContentUpdater',
'getProgress',
);
return resultString['result'];
}