]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/ping/class_CrawlerPingTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / ping / class_CrawlerPingTask.php
index ee2154c99e76a2016aaa643b60bcf898cf4b7dd5..879bb94c60a6540f50c98c895170743a0d2e257b 100644 (file)
@@ -66,6 +66,16 @@ class CrawlerPingTask extends BaseTask implements Taskable, Visitable {
        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]