Returns whether the state of this job is 'unprocessed'.
bool TRUE if the state is 'unprocessed', FALSE otherwise.
Overrides JobInterface::isUnprocessed
public function isUnprocessed() { return $this ->isState(Job::STATE_UNPROCESSED); }