public function JobInterface::isUnprocessed

Returns whether the state of this job is 'unprocessed'.

Return value

bool TRUE if the state is 'unprocessed', FALSE otherwise.

1 method overrides JobInterface::isUnprocessed()
Job::isUnprocessed in src/Entity/Job.php
Returns whether the state of this job is 'unprocessed'.

File

src/JobInterface.php, line 393

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isUnprocessed();