[actions] add 'abort' and 'terminate' actions (#5778)

This commit is contained in:
Mike Fährmann
2024-06-29 19:03:49 +02:00
parent d80f4fbc10
commit c9860002ba
3 changed files with 22 additions and 6 deletions

View File

@@ -984,6 +984,10 @@ Description
| Can be one of ``debug``, ``info``, ``warning``, ``error`` or an integer value.
``print``
Write argument to stdout.
``abort``:
Stop the current extractor run.
``terminate``:
Stop the current extractor run, including parent extractors.
``restart``:
Restart the current extractor run.
``wait``: