R/jobs.R
cancelJob.Rd
Cancel a Postgres job.
cancelJob(src, pid)
It can either be a cdm_reference, a postgres_source or a PqConnection object.
Numeric. The pid to cancel, multiple can be supplied.
Invisible TRUE if the process is successful.