public function JobInterface::isAbortable

Checks whether a job is abortable.

Return value

bool TRUE if the job can be aborted, FALSE otherwise.

1 method overrides JobInterface::isAbortable()
Job::isAbortable in src/Entity/Job.php
Checks whether a job is abortable.

File

src/JobInterface.php, line 457

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isAbortable();