mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-13 18:00:41 +00:00
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
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.
|
|
|