Peridot\Core\Suite::halt PHP 메소드

halt() 공개 메소드

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