mirror of https://github.com/Hilbis/Hilbish
8 lines
204 B
Markdown
8 lines
204 B
Markdown
|
Note: `job` refers to a job object. You can check `doc jobs` for more
|
||
|
detail.
|
||
|
|
||
|
+ `job.start` -> job > Thrown when a new background job starts.
|
||
|
|
||
|
+ `job.done` -> job > Thrown when a background jobs exits.
|
||
|
|