Tube.deleteJob

This function deletes a specific job from Beanstalk. Note that you must have reserved the job before you can delete it.

class Tube
void
deleteJob
(
uint jobId
)

Parameters

jobId uint

The unique identifier of the job to delete.

Meta