]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/apt-proxy/class_
Updated 'core'.
[hub.git] / application / hub / main / tasks / apt-proxy / class_
index 19f7134cae7c76702e569cf8b2a66a87aeac86d6..51bc2a8534fcbb98c3871a3dd02dc50a20c0c8c4 100644 (file)
@@ -66,6 +66,16 @@ class AptProxy???Task 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]