Kraken\Loop\Flow\FlowController::start PHP Method

start() public method

Set FlowController to allow loop to run.
public start ( )
    public function start()
    {
        $this->isRunning = true;
    }