start method

GemError start()

Start the source

Returns

Throws

  • An exception if it fails

Implementation

GemError start() {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'DataSourceContainer',
    'start',
  );

  return GemErrorExtension.fromCode(resultString['result']);
}