Job

job.add#

Thrown when a new job is added to the job table.

Variables#

table job The job object. See the jobs API for its properties.


job.done#

Thrown when a background job exits.

Variables#

table job The job object. See the jobs API for its properties.


job.start#

Thrown when a new background job starts.

Variables#

table job The job object. See the jobs API for its properties.