public function JobInterface::isContinuousInactive in Translation Management Tool 8
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\tmgmtCode
public function isContinuousInactive();