]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/commands/console/class_HubConsoleMainCommand.php
Opps ...
[hub.git] / application / hub / main / commands / console / class_HubConsoleMainCommand.php
index 76e456d6c084c673ee526673b7156eed885a6d62..b3d9ef71fd8ffe5b1aef317dc419de0ab2823d68 100644 (file)
@@ -96,7 +96,7 @@ class HubConsoleMainCommand extends BaseCommand implements Commandable {
                 * so the whole application runs on nice speed. This while-loop goes
                 * until the hub is no longer active or all tasks are killed.
                 */
-               while (($nodeInstance->getIsActive()) && ($handlerInstance->hasTasksLeft())) {
+               while (($nodeInstance->isNodeActive()) && ($handlerInstance->hasTasksLeft())) {
                        // Handle all tasks here
                        $handlerInstance->handleTasks();
                } // END - while