docs: mark job.stop function as member

commander-stdout
sammyette 2023-01-18 06:58:47 -04:00
parent 8d20ad9eed
commit 5bb6ba4aee
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

1
job.go
View File

@ -144,6 +144,7 @@ func luaStartJob(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
}
// #interface jobs
// #member
// stop()
// Stops the job from running.
func luaStopJob(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {