Newscoop\SchedulerServiceInterface::removeJob PHP Method

removeJob() public method

Remove cron job from database
public removeJob ( string $jobName, array $config ) : void
$jobName string Cron job name
$config array Array with job configuration
return void
    public function removeJob($jobName, array $config);