public function JobInterface::isContinuousInactive

Returns whether the state of this jon is 'continuous_inactive'.

Return value

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

1 method overrides JobInterface::isContinuousInactive()
Job::isContinuousInactive in src/Entity/Job.php
Returns whether the state of this jon is 'continuous_inactive'.

File

src/JobInterface.php, line 441

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isContinuousInactive();