public function JobInterface::isContinuousActive

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

Return value

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

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

File

src/JobInterface.php, line 433

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isContinuousActive();