public function JobInterface::isSubmittable

Checks whether a job is submittable.

Return value

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

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

File

src/JobInterface.php, line 465

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function isSubmittable();