]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/self_connect/class_NodeSelfConnectTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / self_connect / class_NodeSelfConnectTask.php
index 857e7b8e1e425761512e2fe1b7afc22c3b9f4187..8a7d99fb1a66ba5dba28b3436bd1de6a517a2370 100644 (file)
@@ -65,6 +65,16 @@ class NodeSelfConnectTask extends BaseTask implements Taskable, Visitable {
                // Get the node instance and try it
                NodeObjectFactory::createNodeInstance()->doSelfConnection($this);
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]