Checks whether the state of this transaction is 'aborted'.
bool TRUE if the state is 'aborted', FALSE otherwise.
Overrides JobItemInterface::isAborted
public function isAborted() { return $this ->isState(static::STATE_ABORTED); }