public function JobInterface::isActive

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

Return value

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

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

File

src/JobInterface.php, line 409

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isActive();