Alex\BehatLauncher\Workspace::finish PHP Method

finish() public method

Interrupt the workspace execution.
public finish ( ) : Workspace
return Workspace
    public function finish()
    {
        $this->verifyRunning(true);
        return $this;
    }