Set whether script handlers are active or not
$this
public function setRunScripts(bool $runScripts = true) : self { $this->runScripts = $runScripts; return $this; }