mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-31 10:43:22 +00:00
docs: add new methods for job objects
This commit is contained in:
parent
d99c24842f
commit
9d385efbfc
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user