diff --git a/docs/api/hilbish/hilbish.jobs/index.html b/docs/api/hilbish/hilbish.jobs/index.html index f33ad51..0eb3e3a 100644 --- a/docs/api/hilbish/hilbish.jobs/index.html +++ b/docs/api/hilbish/hilbish.jobs/index.html @@ -5,8 +5,7 @@ Hilbish
background job management
Manage interactive jobs in Hilbish via Lua.
Jobs are the name of background tasks/commands. A job can be started via interactive usage or with the functions defined below for use in external runners.
Stops the job from running.
Adds a new job to the job table. Note that this does not immediately run it.
Returns a table of all job objects.
Disowns a job. This deletes it from the job table.
Puts a job in the background. This acts the same as initially running a job.
Puts a job in the foreground. This will cause it to run like it was executed normally and wait for it to complete.
Starts running the job.