From 0ae3a53f266b537fd9a34bf81eb9a87eef333acb Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 26 Oct 2023 16:37:26 +0200 Subject: [PATCH] Update docs for BTTask::abort() --- doc_classes/BTTask.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc_classes/BTTask.xml b/doc_classes/BTTask.xml index 93f776d..4836678 100644 --- a/doc_classes/BTTask.xml +++ b/doc_classes/BTTask.xml @@ -52,6 +52,12 @@ [b]Note:[/b] Tasks perform their main function by implementing this method. + + + + Resets the task and its children recursively. If a task is in the [code]RUNNING[/code] state, it is exited and its status is reset to [code]FRESH[/code]. + +