]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/ping/class_NodePingTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / ping / class_NodePingTask.php
index 5114419728c5a1c857afbb027a36195c6263ffd4..4457e98d1bb5e28300e9510d0b93501d0f5b53f2 100644 (file)
@@ -76,6 +76,16 @@ class NodePingTask 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]