]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/miner/communicator/class_MinerNodeCommunicatorTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / miner / communicator / class_MinerNodeCommunicatorTask.php
index c6d87ae9eb34d533c93ff85049e66a4e7d5f8cd3..5f87718a2aa17c4ae45e8bda33c787946921ff37 100644 (file)
@@ -75,6 +75,16 @@ class MinerNodeCommunicatorTask extends BaseTask implements Taskable, Visitable
                // We can now invoke that state instance and pass our communicator instance for generating some test units
                $stateInstance->executeState($communicatorInstance);
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]