Returns all job messages attached to this job.
It returns them with timestamp newer than $time.
int $time: (Optional) Messages need to have a newer timestamp than $time. Defaults to REQUEST_TIME.
\Drupal\tmgmt\MessageInterface[] An array of translation job messages.
public function getMessagesSince($time = NULL);