isStarted property
Checks if the content updater has started.
Returns
bool:trueif the update process has been started, otherwisefalse.
Implementation
bool get isStarted {
final OperationResult resultString = objectMethod(
pointerId,
'ContentUpdater',
'isStarted',
);
return resultString['result'];
}