docs: add new methods for job objects

lazy-interfaces
TorchedSammy 2022-05-24 19:32:03 -04:00
parent d99c24842f
commit 9d385efbfc
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 3 additions and 0 deletions

View File

@ -38,3 +38,6 @@ The `id` is unique to Hilbish and is how you get jobs with the
## Functions
- `stop()`: Stops the job.
- `start()`: Starts the job.
- `foreground()`: Set the job as the current running foreground process, or
run it in the foreground after it has been suspended.
- `background()`: Run the job in the background after it has been suspended.