]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/cruncher/class_CruncherWorkUnitFetcherTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / cruncher / class_CruncherWorkUnitFetcherTask.php
index 37f2ead721bd39afff325e0cfae8efc68e884123..87068b0b285d36b835280426677235031ee52fda 100644 (file)
@@ -74,6 +74,16 @@ class CruncherWorkUnitFetcherTask extends BaseTask implements Taskable, Visitabl
                 */
                Registry::getRegistry()->getInstance('cruncher')->doFetchWorkUnits();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]