]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/node/chunks/class_NodeChunkAssemblerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / node / chunks / class_NodeChunkAssemblerTask.php
index e32654f15aed69fc08e92e9a54017c087f9a8436..da9edb417b31013dd7b77cdb14d6f640320a588f 100644 (file)
@@ -100,6 +100,16 @@ class NodeChunkAssemblerTask extends BaseTask implements Taskable, Visitable {
                        $handlerInstance->handledAssembledRawPackageData();
                }
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]