Peridot\Core\Suite::halt PHP Method

halt() public method

Put the Suite in a halted state. A halted Suite will not run or will stop running if currently running.
public halt ( ) : void
return void
    public function halt()
    {
        $this->halted = true;
    }