isStopped property
Check if source is paused
Returns
- True if stopped, false if not.
Implementation
bool get isStopped {
final OperationResult resultString = objectMethod(
_pointerId,
'DataSourceContainer',
'isStopped',
);
return resultString['result'];
}