Sets the libraries to use when processing the batch.
Adds the libraries for use on the progress page. Any previously added libraries are removed.
string[] $libraries: The libraries to be used.
$this
public function setLibraries(array $libraries) { $this->libraries = $libraries; return $this; }