Job::isActive |
function |
src/Entity/Job.php |
Returns whether the state of this job is 'active'. |
JobItem::active |
function |
src/Entity/JobItem.php |
Sets the state of the job item to 'active'. |
JobItem::isActive |
function |
src/Entity/JobItem.php |
Checks whether the state of this transaction is 'active'. |
JobItem::isInactive |
function |
src/Entity/JobItem.php |
Checks whether the state of this transaction is 'inactive'. |
JobItem::cloneAsActive |
function |
src/Entity/JobItem.php |
|
JobInterface::isActive |
function |
src/JobInterface.php |
Returns whether the state of this job is 'active'. |
Job::isContinuousActive |
function |
src/Entity/Job.php |
Returns whether the state of this job is 'continuous'. |
JobItemInterface::active |
function |
src/JobItemInterface.php |
Sets the state of the job item to 'active'. |
Job::isContinuousInactive |
function |
src/Entity/Job.php |
Returns whether the state of this jon is 'continuous_inactive'. |
JobItemInterface::isActive |
function |
src/JobItemInterface.php |
Checks whether the state of this transaction is 'active'. |
JobInterface::STATE_ACTIVE |
constant |
src/JobInterface.php |
A translation job that has been submitted to the translator. |
JobItemInterface::isInactive |
function |
src/JobItemInterface.php |
Checks whether the state of this transaction is 'inactive'. |
JobItemInterface::STATE_ACTIVE |
constant |
src/JobItemInterface.php |
The translation job item is active and waiting to be translated. |
JobItemInterface::STATE_INACTIVE |
constant |
src/JobItemInterface.php |
The translation job item is inactive. |
JobInterface::isContinuousActive |
function |
src/JobInterface.php |
Returns whether the state of this job is 'continuous'. |
JobInterface::isContinuousInactive |
function |
src/JobInterface.php |
Returns whether the state of this jon is 'continuous_inactive'. |
JobInterface::STATE_CONTINUOUS_INACTIVE |
constant |
src/JobInterface.php |
A continuous translation job has been inactivated. |