AppserverIo\Appserver\Core\Api\Node\CronNodeInterface::getJob PHP Метод

getJob() публичный Метод

Returns the job with the passed name.
public getJob ( string $name ) : mixed
$name string The name of the job to be returned
Результат mixed The requested job
    public function getJob($name);