def start(self): """Starts the task. No-op for started tasks.""" if not self.config: raise ee_exception.EEException( 'Task config must be specified for tasks to be started.') data.startProcessing(self.id, self.config)
def start(self): """Starts the task. No-op for started tasks.""" if not self.config: raise ee_exception.EEException("Task config must be specified for tasks to be started.") data.startProcessing(self.id, self.config)