]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/url_crawler/remote/class_CrawlerRemoteUrlCrawlerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / url_crawler / remote / class_CrawlerRemoteUrlCrawlerTask.php
index 465f1a3053b194a8e5dddc59408d12993f6584bc..6eebf10453729e266c84f4b11d49702f4138b0ea 100644 (file)
@@ -66,6 +66,16 @@ class CrawlerRemoteUrlCrawlerTask extends BaseTask implements Taskable, Visitabl
        public function executeTask () {
                $this->partialStub('Unimplemented task.');
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]