]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/decoder/class_NodePackageDecoderTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / decoder / class_NodePackageDecoderTask.php
index 767996e3b9692c009dac2bd7edc1ee356f70fbd2..f12b2205e740ed48be1cf0a037afbf1a5a1a57dd 100644 (file)
@@ -74,6 +74,16 @@ class NodePackageDecoderTask extends BaseTask implements Taskable, Visitable {
                        $decoderInstance->handleDecodedPackage();
                }
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]