1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

update AsyncJob:cancel documentation from review

This commit is contained in:
y5nw 2024-11-22 15:19:48 +01:00
parent 660151972f
commit 1c05dd067e

View file

@ -7999,6 +7999,7 @@ An `AsyncJob` is a reference to a job to be run in an async environment.
### Methods
* `cancel()`: try to cancel the job
* Returns whether the job was cancelled.
* A job can only be cancelled if it has not started.
`InvRef`
--------