Aborts a translation job.
\Drupal\tmgmt\JobInterface $job: The job that should have its translation aborted.
bool TRUE if the job could be aborted, FALSE otherwise.
public function abortTranslation(JobInterface $job);