[actions] implement 'flag … = skip' (#8960)

This commit is contained in:
Mike Fährmann
2026-02-06 08:37:23 +01:00
parent 22b12a1798
commit 71680feab9
5 changed files with 23 additions and 8 deletions

View File

@@ -10173,7 +10173,7 @@ Description
| Expected syntax is ``<flag>[ = <value>]`` (e.g. ``post = stop``)
| ``<flag>`` can be one of ``file``, ``post``, ``child``, ``download``
| ``<value>`` can be one of ``stop``, ``abort``, ``terminate``, ``restart`` (default ``stop``)
| ``<value>`` can be one of ``stop``, ``abort``, ``terminate``, ``restart``, ``skip`` (default ``stop``)
``wait``:
| Sleep for a given Duration_ or
| wait until Enter is pressed when no argument was given.