summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index c52e95c388..d51a6d95c5 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -630,6 +630,10 @@ strictly part of the guaranteed API.
On Windows, ``killed`` is only returned when the process has been
killed by mpv as a result of ``cancellable`` being set to ``true``.
+ ``killed_by_us``
+ Set to ``true`` if the process has been killed by mpv as a result
+ of ``cancellable`` being set to ``true``.
+
In all cases, ``mp.resume_all()`` is implicitly called.
``utils.parse_json(str [, trail])``