public function JobInterface::isAborted

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

Return value

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

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

File

src/JobInterface.php, line 401

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isAborted();