status property
Gets the current status of the update operation.
Returns
- ContentUpdaterStatus: Current status of the update flow.
Implementation
ContentUpdaterStatus get status {
final OperationResult resultString = objectMethod(
pointerId,
'ContentUpdater',
'getStatus',
);
return ContentUpdaterStatusExtension.fromId(resultString['result']);
}