From 9d385efbfc1b088fa0c4282f94e32e111bbd0c91 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Tue, 24 May 2022 19:32:03 -0400 Subject: [PATCH] docs: add new methods for job objects --- docs/jobs.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/jobs.txt b/docs/jobs.txt index 0074931..1dc8009 100644 --- a/docs/jobs.txt +++ b/docs/jobs.txt @@ -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.