Gets the process status.
The status is one of: ready, started, terminated.
public function getStatus() : string { $this->updateStatus(false); return $this->status; }