]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/crawler/class_Crawler
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / crawler / class_Crawler
index 37d2d040f759feb9851007666b52fa9f2c6814e3..f4d0f010b4bff1dbb9da0616d0986edcef062fc4 100644 (file)
@@ -66,6 +66,16 @@ class Crawler???Task 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]