added a sentence to script.is_running -check links

This commit is contained in:
Corey Rice 2022-09-05 14:23:00 -04:00 committed by GitHub
parent 6cf4665b71
commit d1ce7d5e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,7 +790,7 @@ of the script are running in parallel, this will block until all of them have te
This :ref:`condition <config-condition>` allows you to check if a given script is running.
In case scripts are run in ``parallel``, this condition only tells you if at least one script
of the given id is running, not how many.
of the given id is running, not how many. Not designed for use with :ref:`while <while_action>`, instead try :ref:`script.wait <script-wait_action>`.
.. code-block:: yaml