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. + +