]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/miner/block_fetcher/class_MinerBlockFetcherTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / miner / block_fetcher / class_MinerBlockFetcherTask.php
index 21ed5370f35b66c09e6973f7b9c741f26fe06add..22de1ae89e45e6d9fa5e465f1677b9b346b6516f 100644 (file)
@@ -74,6 +74,16 @@ class MinerBlockFetcherTask extends BaseTask implements Taskable, Visitable {
                 */
                Registry::getRegistry()->getInstance('miner')->doSearchForBlocks();
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]