From 9c530c7ee9ac0641e58ac1203bd46675e8700cc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 12 May 2018 18:47:43 +0200 Subject: command: make "subprocess" explicitly abortable Now mpv_abort_async_command() can be used to stop the process. --- DOCS/man/input.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 6d05c5fc5d..cadf515567 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -363,6 +363,8 @@ List of Input Commands it was somehow killed or returned an error status has to be queried from the result value. + This command can be asynchronously aborted via API. + ``quit []`` Exit the player. If an argument is given, it's used as process exit code. -- cgit v1.2.3