mirror of https://github.com/Hilbis/Hilbish
docs: mark job.stop function as member
parent
8d20ad9eed
commit
5bb6ba4aee
1
job.go
1
job.go
|
@ -144,6 +144,7 @@ func luaStartJob(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// #interface jobs
|
// #interface jobs
|
||||||
|
// #member
|
||||||
// stop()
|
// stop()
|
||||||
// Stops the job from running.
|
// Stops the job from running.
|
||||||
func luaStopJob(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
func luaStopJob(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
||||||
|
|
Loading…
Reference in New Issue