]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/class_Node
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / class_Node
index 8d3dc65caf66d323e8e5819726b0d24b3f04adf5..b73ff490b6cf7db36db9a7200847dec77a191d8b 100644 (file)
@@ -66,6 +66,16 @@ class Node???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]