]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/scanner/class_Crawler
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / scanner / class_Crawler
index 359c41d4577bb19db071a9d8af8d679e3694cf1b..4418af42f618d241dfe9ab4242d2b06fa3ad67c0 100644 (file)
@@ -66,6 +66,16 @@ class Crawler???ScannerTask extends BaseTask implements Taskable, Visitable {
                // Call factory for a scanner instance and execute it
                ScannerFactory::createScannerInstance($this)->execute();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]