mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 19:53:23 +00:00
docs: mark job.stop function as member
This commit is contained in:
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…
x
Reference in New Issue
Block a user