public function JobInterface::isFinished

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

Return value

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

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

File

src/JobInterface.php, line 425

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isFinished();