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