Esempio n. 1
0
 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)
Esempio n. 2
0
 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)