2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

docs: mark job.stop function as member

This commit is contained in:
sammyette 2023-01-18 06:58:47 -04:00
parent 8d20ad9eed
commit 5bb6ba4aee
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

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) {