AppserverIo\Appserver\Core\Api\Node\CronNodeInterface::getJob PHP Method

getJob() public method

Returns the job with the passed name.
public getJob ( string $name ) : mixed
$name string The name of the job to be returned
return mixed The requested job
    public function getJob($name);