]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/cruncher/class_CruncherKeyProducerTask.php
Added missing method doShutdown().
[hub.git] / application / hub / main / tasks / cruncher / class_CruncherKeyProducerTask.php
index f9100418471f9aa34ab69b9105b90a69a7ae4e09..a194282187720783dd4f80fc86e31369fe1e36d8 100644 (file)
@@ -74,6 +74,16 @@ class CruncherKeyProducerTask extends BaseTask implements Taskable, Visitable {
                // We can now invoke that state instance and pass our producer instance for generating some test units
                $stateInstance->executeState($producerInstance);
        }
+
+       /**
+        * Shuts down the task
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function doShutdown () {
+               self::createDebugInstance(__CLASS__)->debugOutput('TASK[' . __METHOD__ . ':' . __LINE__ . ']: Shutting down...');
+       }
 }
 
 // [EOF]