From 3a6dc1e90c797c3c013b14189810c6419612c572 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sat, 10 Feb 2024 20:29:48 +0100 Subject: [PATCH] BTRunLimit: Update class doc --- doc_classes/BTRunLimit.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc_classes/BTRunLimit.xml b/doc_classes/BTRunLimit.xml index 18f9cac..f947341 100644 --- a/doc_classes/BTRunLimit.xml +++ b/doc_classes/BTRunLimit.xml @@ -10,8 +10,22 @@ + + Which runs should be counted towards the limit: successful, failed, or all? + The maximum number of times the child is permitted to be executed. + + + Count only successful runs towards the limit. + + + Count only failed runs towards the limit. + + + Count successful and failed runs towards the limit. + +