Job::aborted |
function |
src/Entity/Job.php |
Sets the state of the job to 'aborted'. |
Job::isAborted |
function |
src/Entity/Job.php |
Returns whether the state of this job is 'aborted'. |
JobItem::isAborted |
function |
src/Entity/JobItem.php |
Checks whether the state of this transaction is 'aborted'. |
JobInterface::aborted |
function |
src/JobInterface.php |
Sets the state of the job to 'aborted'. |
JobInterface::isAborted |
function |
src/JobInterface.php |
Returns whether the state of this job is 'aborted'. |
JobItemInterface::isAborted |
function |
src/JobItemInterface.php |
Checks whether the state of this transaction is 'aborted'. |
JobInterface::STATE_ABORTED |
constant |
src/JobInterface.php |
The translation job has been aborted. |
JobItemInterface::STATE_ABORTED |
constant |
src/JobItemInterface.php |
The translation process of the job item is aborted. |