Tube.touchJob

This function touches a job, extending its time to run on the server. Note that you must have first reserved the job before you can touch it.

class Tube
void
touchJob
(
uint jobId
)

Parameters

jobId uint

The unique identifier of the job to touch.

Meta