(jobs)
integer o2job_run(string $job_name, array $params)
Runs job with passed name.
Job is queued for execution and a dedicated batch process is started.
A list of parameters (by name) can be provided: list will override parameters passed to program called by job.
If job exists then new job execution ID is returned, else FALSE.