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