Stop and Remove Job Entry from Job List

n = jobe:stop()

Remove the job from the job list.

Returns Type Description
n integer The number of job entries removed (0 or 1)
Note

Equivalent to:

jobe:enable(false)
job.del(jobe)

Can also use just jobe:enable(false) - which does not remove from the job list, but disables.