Delete a job

To delete a job, send a KILL signal to the job by using lsb_signaljob() or use lsb_deletejob() to kill the job.

int lsb_deletejob(jobId, times, options)
LS_LONG_INT jobId;
int times;
int options;Set to 0

lsb_deletejob() deletes the job after a specific number of runs. The variable times represents the number of runs .